Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@devpato
Last active July 14, 2021 08:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save devpato/ba3507c91396fe852ffde9c0c93bf437 to your computer and use it in GitHub Desktop.
Save devpato/ba3507c91396fe852ffde9c0c93bf437 to your computer and use it in GitHub Desktop.
tailwind.config.js
module.exports = {
prefix: '',
purge: {
content: [
'./src/**/*.{html,ts}',
]
},
darkMode: 'class', // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [require('@tailwindcss/forms'),require('@tailwindcss/typography')],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment