Skip to content

Instantly share code, notes, and snippets.

@letswritetw
Created August 16, 2021 13:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save letswritetw/953f99b1c85b9dc678175a7998e1f968 to your computer and use it in GitHub Desktop.
Save letswritetw/953f99b1c85b9dc678175a7998e1f968 to your computer and use it in GitHub Desktop.
tailwindcss-install
module.exports = {
purge: [],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment