presentations/taking-flight-with-tailwind-css/slides/code/2-adding-custom-classes.txt
2025-10-02 23:11:24 +01:00

10 lines
No EOL
161 B
Text

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