Skip to content

Instantly share code, notes, and snippets.

@TheMagoo73
Created February 12, 2021 08:52
Show Gist options
  • Save TheMagoo73/46a34fa3d8e0ab41624d9d237947c439 to your computer and use it in GitHub Desktop.
Save TheMagoo73/46a34fa3d8e0ab41624d9d237947c439 to your computer and use it in GitHub Desktop.
module.exports = {
purge: ['./src/**/*.{js,jsx,ts,tsx}', './public/index.html'],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [
require('@tailwindcss/forms')
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment