Skip to content

Commit 3dfdaff

Browse files
committed
fix: arbitrary properties should not be prefixed
1 parent 62c2ec9 commit 3dfdaff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TailwindConverter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export class TailwindConverter {
157157
) || [];
158158

159159
if (classes.length === 0 && this.config.arbitraryPropertiesIsEnabled) {
160-
classes = [
160+
return [
161161
`[${declaration.prop}:${prepareArbitraryValue(declaration.value)}]`,
162162
];
163163
}

0 commit comments

Comments
 (0)