Created
February 18, 2021 01:36
-
-
Save kuccello/359449ddd0cfa296590e161c3a09213d to your computer and use it in GitHub Desktop.
React styles.css for generating the tailwindcss
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* For base styles (check out normalize.css) */ | |
@tailwind base; | |
/* Simple reusable components provided by tailwind */ | |
@tailwind components; | |
/* utility classes generated based on our tailwind.config.js */ | |
@tailwind utilities; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment