[setup][xs]: remove 'jit' mode which is breaking tailwindcss behaviour for unknown reason.
This commit is contained in:
@@ -10,7 +10,8 @@ const Footer: React.FC = () => {
|
|||||||
name: 'GitHub',
|
name: 'GitHub',
|
||||||
href: 'https://github.com/datopian/portal.js',
|
href: 'https://github.com/datopian/portal.js',
|
||||||
icon: (
|
icon: (
|
||||||
props // eslint-disable-line
|
// eslint-disable-line
|
||||||
|
props
|
||||||
) => (
|
) => (
|
||||||
<svg fill="currentColor" viewBox="0 0 24 24" {...props}>
|
<svg fill="currentColor" viewBox="0 0 24 24" {...props}>
|
||||||
<path
|
<path
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
const defaultTheme = require('tailwindcss/defaultTheme');
|
const defaultTheme = require('tailwindcss/defaultTheme');
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
mode: 'jit',
|
|
||||||
// purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'],
|
|
||||||
purge: [
|
purge: [
|
||||||
'./pages/**/*.js',
|
'./pages/**/*.js',
|
||||||
'./pages/**/*.ts',
|
'./pages/**/*.ts',
|
||||||
|
|||||||
Reference in New Issue
Block a user