mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Still want to be including this in our tests, so sanity test now runs against a separate fixture.
11 lines
145 B
CSS
11 lines
145 B
CSS
@tailwind preflight;
|
|
|
|
@tailwind utilities;
|
|
|
|
@responsive {
|
|
.example {
|
|
@apply .font-bold;
|
|
color: config('colors.red');
|
|
}
|
|
}
|