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": {
|
"@property --tw-dashed-border-radius": {
|
||||||
syntax: '"<length>"',
|
syntax: '"<length>"',
|
||||||
inherits: "true",
|
inherits: "true",
|
||||||
"initial-value": "currentColor",
|
"initial-value": "0px",
|
||||||
},
|
},
|
||||||
"@property --tw-dashed-border-alignment": {
|
"@property --tw-dashed-border-alignment": {
|
||||||
syntax: '"<number>"',
|
syntax: '"<number>"',
|
||||||
|
|||||||
Reference in New Issue
Block a user