[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

@ -10,7 +10,8 @@ const Footer: React.FC = () => {
name: 'GitHub',
href: 'https://github.com/datopian/portal.js',
icon: (
props // eslint-disable-line
// eslint-disable-line
props
) => (
<svg fill="currentColor" viewBox="0 0 24 24" {...props}>
<path

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',