Skip to content

Commit 24c8766

Browse files
committed
fix: fix kebab case transform name
1 parent 0ca2d6f commit 24c8766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export const makeSdTailwindConfig = ({
128128
[type !== 'all' ? `tailwind/${type}` : 'tailwind']: {
129129
transforms: getConfigValue(transforms, [
130130
'attribute/cti',
131-
'name/cti/kebab'
131+
'name/kebab'
132132
]),
133133
buildPath: getConfigValue(buildPath, 'build/web/'),
134134
files: [

0 commit comments

Comments
 (0)