mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
tailwind add purgeLayersByDefault
This commit is contained in:
committed by
Thomas Ruoff
parent
196c9b0e2e
commit
42e91c6f18
@@ -1,10 +1,16 @@
|
||||
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: {
|
||||
extend: {
|
||||
colors: {
|
||||
'accent-1': '#333',
|
||||
},
|
||||
colors: {},
|
||||
},
|
||||
},
|
||||
variants: {},
|
||||
|
||||
Reference in New Issue
Block a user