Fix CSS issue after build
This commit is contained in:
parent
02dd3dd2da
commit
96c482ced4
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"presets": ["next/babel"]
|
|
||||||
}
|
|
||||||
@ -1,18 +1,9 @@
|
|||||||
const defaultTheme = require("tailwindcss/defaultTheme");
|
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'],
|
content: [
|
||||||
darkMode: false, // or 'media' or 'class'
|
'./pages/**/*.{js,ts,jsx,tsx}',
|
||||||
theme: {
|
'./components/**/*.{js,ts,jsx,tsx}',
|
||||||
container: {
|
],
|
||||||
center: true,
|
|
||||||
},
|
|
||||||
extend: {
|
|
||||||
fontFamily: {
|
|
||||||
mono: ["Inconsolata", ...defaultTheme.fontFamily.mono]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
},
|
|
||||||
variants: {
|
variants: {
|
||||||
extend: {},
|
extend: {},
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1,18 +1,9 @@
|
|||||||
const defaultTheme = require("tailwindcss/defaultTheme");
|
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'],
|
content: [
|
||||||
darkMode: false, // or 'media' or 'class'
|
'./pages/**/*.{js,ts,jsx,tsx}',
|
||||||
theme: {
|
'./components/**/*.{js,ts,jsx,tsx}',
|
||||||
container: {
|
],
|
||||||
center: true,
|
|
||||||
},
|
|
||||||
extend: {
|
|
||||||
fontFamily: {
|
|
||||||
mono: ["Inconsolata", ...defaultTheme.fontFamily.mono]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
},
|
|
||||||
variants: {
|
variants: {
|
||||||
extend: {},
|
extend: {},
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user