mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
11 lines
145 B
CSS
11 lines
145 B
CSS
@tailwind preflight;
|
|
|
|
@tailwind utilities;
|
|
|
|
@responsive {
|
|
.example {
|
|
@apply .font-bold;
|
|
color: config('colors.red');
|
|
}
|
|
}
|