Skip to content

Instantly share code, notes, and snippets.

@skolhustick
Created June 29, 2021 14:15
Show Gist options
  • Save skolhustick/7e09b28366f44ce1c29b81aa47188595 to your computer and use it in GitHub Desktop.
Save skolhustick/7e09b28366f44ce1c29b81aa47188595 to your computer and use it in GitHub Desktop.
//tailwind.config.js
module.exports = {
purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'],
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