presentations/taking-flight-with-tailwind-css/code/2-adding-custom-classes.txt

10 lines
No EOL
161 B
Text

/* src/css/tailwind.pcss */
@tailwind base;
/* Custom base styles */
@tailwind components;
/* Custom components */
@tailwind utilities;
/* Custom utilities */