Skip to content

Commit

Permalink
enable tailwindcss jit
Browse files Browse the repository at this point in the history
  • Loading branch information
namachan10777 committed Sep 11, 2021
1 parent 35e14e2 commit d802b09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tailwind.config.js
@@ -1,5 +1,6 @@
module.exports = {
purge: ['./pages/**/*.{ts,tsx"', './components/**/*.{ts,tsx}'],
mode: 'jit',
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
Expand Down

0 comments on commit d802b09

Please sign in to comment.