Skip to content

Commit d6e22b9

Browse files
committed
Remove leading dot from apply case in sanity test
1 parent 36fc03b commit d6e22b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/fixtures/tailwind-input.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
@responsive {
88
.example {
9-
@apply .font-bold;
9+
@apply font-bold;
1010
color: theme('colors.red.500');
1111
}
1212
}

0 commit comments

Comments
 (0)