presentations/taking-flight-with-tailwind-css/slides/code/3-layers.txt
2025-10-02 23:11:24 +01:00

9 lines
No EOL
136 B
Text

/* src/css/tailwind.pcss */
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components {
/* Custom components */
}