From db07ba857cf1274b7ed2867f7f6ee0caa5921009 Mon Sep 17 00:00:00 2001 From: Mira Date: Thu, 18 Jun 2026 23:58:39 +0300 Subject: [PATCH] fix radius default value --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 28bb157..10df206 100644 --- a/src/index.ts +++ b/src/index.ts @@ -197,7 +197,7 @@ const dashedBorderPlugin: ReturnType = plugin( "@property --tw-dashed-border-radius": { syntax: '""', inherits: "true", - "initial-value": "currentColor", + "initial-value": "0px", }, "@property --tw-dashed-border-alignment": { syntax: '""',