From 5dcd80125c2ff0662f4cf74c54899f41e6c37e29 Mon Sep 17 00:00:00 2001 From: Robert Knight Date: Tue, 9 Sep 2025 11:52:20 +0100 Subject: [PATCH] Fix typo in StyledText export When migrating h to Tailwind v4 I discovered that this export was broken. It hasn't caused a problem until now because in h the StyledText.css file is currently imported directly from lib/StyledText.css by SASS. That will change as part of the TWv4 migration. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c304df4..96f9a0d 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ "import": "./lib/index.js", "types": "./lib/index.d.ts" }, - "./StyledTest.css": { - "style": "./lib/StyledTest.css", - "default": "./lib/StyledTest.css" + "./StyledText.css": { + "style": "./lib/StyledText.css", + "default": "./lib/StyledText.css" } }, "files": [