mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2026-01-18 16:17:36 +00:00
11 lines
141 B
CSS
11 lines
141 B
CSS
@tailwind reset;
|
|
|
|
@tailwind utilities;
|
|
|
|
@responsive {
|
|
.example {
|
|
@apply .font-bold;
|
|
color: config('colors.red');
|
|
}
|
|
}
|