2025-06-16 18:28:08 +05:00

13 lines
165 B
CSS
Executable File

@tailwind base;
@tailwind components;
@tailwind utilities;
@responsive {
.example {
@apply font-bold;
color: theme('colors.red.500');
}
}