13 lines
165 B
CSS
Executable File
13 lines
165 B
CSS
Executable File
@tailwind base;
|
|
|
|
@tailwind components;
|
|
|
|
@tailwind utilities;
|
|
|
|
@responsive {
|
|
.example {
|
|
@apply font-bold;
|
|
color: theme('colors.red.500');
|
|
}
|
|
}
|