mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2026-02-01 17:26:34 +00:00
13 lines
157 B
CSS
13 lines
157 B
CSS
@tailwind base;
|
|
|
|
@tailwind components;
|
|
|
|
@tailwind utilities;
|
|
|
|
@responsive {
|
|
.example {
|
|
@apply .font-bold;
|
|
color: config('theme.colors.red');
|
|
}
|
|
}
|