Skip to content

Instantly share code, notes, and snippets.

@kreo
Forked from devpato/tailwind.config.js
Created July 14, 2021 08:04
Show Gist options
  • Select an option

  • Save kreo/ce0e0f9b26e9ff506fc7a0108e87d95b to your computer and use it in GitHub Desktop.

Select an option

Save kreo/ce0e0f9b26e9ff506fc7a0108e87d95b 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