Skip to content

Instantly share code, notes, and snippets.

@afatihyavasi
Created June 14, 2021 20:30
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 afatihyavasi/a8025ced72e2e2476e3273796073ae08 to your computer and use it in GitHub Desktop.
Save afatihyavasi/a8025ced72e2e2476e3273796073ae08 to your computer and use it in GitHub Desktop.
module.exports = {
purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'],
darkMode: false,
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [require('@tailwindcss/typography')],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment