talks/Taking Flight with Tailwind CSS/code/2-adding-custom-classes.txt

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

10 lines
161 B
Plaintext
Raw Normal View History

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