mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 15:07:13 +01:00
tailwind add purgeLayersByDefault
This commit is contained in:
committed by
Thomas Ruoff
parent
196c9b0e2e
commit
42e91c6f18
@@ -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: {},
|
||||||
|
|||||||
Reference in New Issue
Block a user