fix radius default value

This commit is contained in:
Mira
2026-06-18 23:58:39 +03:00
parent d68a582747
commit db07ba857c
+1 -1
View File
@@ -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>"',