talks/taking-flight-with-tailwind-css/code/3-layers.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
136 B
Plaintext
Raw Normal View History

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