Skip to content

Commit 9339839

Browse files
authored
Merge pull request #498 from tailwindcss/add-more-default-variants
Enable more variants by default
2 parents 1fc8a85 + 7c8e6f9 commit 9339839

File tree

3 files changed

+11627
-6717
lines changed

3 files changed

+11627
-6717
lines changed

__tests__/fixtures/tailwind-input.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
@tailwind utilities;
66

77
@responsive {
8-
.example {
9-
@apply .font-bold;
10-
color: config('colors.red');
11-
}
8+
.example {
9+
@apply .font-bold;
10+
color: config('colors.red');
11+
}
1212
}

0 commit comments

Comments
 (0)