talks/Taking Flight with Tailwind CSS/code/1-adding-tailwind-directives.txt

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

7 lines
89 B
Plaintext
Raw Normal View History

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