Skip to content

Instantly share code, notes, and snippets.

@kuccello
Created February 18, 2021 01:36
Show Gist options
  • Save kuccello/359449ddd0cfa296590e161c3a09213d to your computer and use it in GitHub Desktop.
Save kuccello/359449ddd0cfa296590e161c3a09213d to your computer and use it in GitHub Desktop.
React styles.css for generating the tailwindcss
/* 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