build: lets try tailwind jit again

This commit is contained in:
sct
2021-04-27 18:38:51 +09:00
parent 91b9e0f679
commit 2a912180b8
2 changed files with 3 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
const defaultTheme = require('tailwindcss/defaultTheme');
module.exports = {
mode: 'jit',
purge: ['./src/pages/**/*.{ts,tsx}', './src/components/**/*.{ts,tsx}'],
theme: {
extend: {