[setup][xs]: remove 'jit' mode which is breaking tailwindcss behaviour for unknown reason.

This commit is contained in:
anuveyatsu
2021-08-13 17:55:53 +06:00
parent 1fe0f71029
commit 71ecf16728
2 changed files with 2 additions and 3 deletions

View File

@@ -1,8 +1,6 @@
const defaultTheme = require('tailwindcss/defaultTheme');
module.exports = {
mode: 'jit',
// purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'],
purge: [
'./pages/**/*.js',
'./pages/**/*.ts',