talks/taking-flight-with-tailwind-css/code/3-layers.txt
2021-02-11 17:56:17 +00:00

9 lines
136 B
Plaintext

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