fix radius default value
This commit is contained in:
+1
-1
@@ -197,7 +197,7 @@ const dashedBorderPlugin: ReturnType<typeof plugin> = plugin(
|
||||
"@property --tw-dashed-border-radius": {
|
||||
syntax: '"<length>"',
|
||||
inherits: "true",
|
||||
"initial-value": "currentColor",
|
||||
"initial-value": "0px",
|
||||
},
|
||||
"@property --tw-dashed-border-alignment": {
|
||||
syntax: '"<number>"',
|
||||
|
||||
Reference in New Issue
Block a user