presentations/taking-flight-with-tailwind-css/code/3-layers.txt
Oliver Davies 6891a7517a Re-organise
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
2025-09-25 21:52:45 +01:00

9 lines
No EOL
136 B
Text

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