Skip to content

Instantly share code, notes, and snippets.

@Nilanth

Nilanth/.js Secret

Last active August 24, 2021 16:23
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 Nilanth/fa5bc67c99dbb2343773828698dbadba to your computer and use it in GitHub Desktop.
Save Nilanth/fa5bc67c99dbb2343773828698dbadba to your computer and use it in GitHub Desktop.
module.exports = {
mode: 'jit',
purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'],
darkMode: 'class', // 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