[setup][xs]: remove 'jit' mode which is breaking tailwindcss behaviour for unknown reason.
This commit is contained in:
parent
1fe0f71029
commit
71ecf16728
@ -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
|
||||
|
||||
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user