tailwind add purgeLayersByDefault

This commit is contained in:
Thomas Ruoff
2020-09-17 23:19:56 +02:00
committed by Thomas Ruoff
parent 196c9b0e2e
commit 42e91c6f18

View File

@@ -1,10 +1,16 @@
module.exports = { module.exports = {
purge: ['./components/**/*.{js,ts,jsx,tsx}', './pages/**/*.{js,ts,jsx,tsx}'], future: {
purgeLayersByDefault: true,
},
purge: {
content: [
'./components/**/*.{js,ts,jsx,tsx}',
'./pages/**/*.{js,ts,jsx,tsx}',
],
},
theme: { theme: {
extend: { extend: {
colors: { colors: {},
'accent-1': '#333',
},
}, },
}, },
variants: {}, variants: {},