mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
20 lines
315 B
JavaScript
20 lines
315 B
JavaScript
module.exports = {
|
|
future: {
|
|
purgeLayersByDefault: true,
|
|
removeDeprecatedGapUtilities: true,
|
|
},
|
|
purge: {
|
|
content: [
|
|
'./components/**/*.{js,ts,jsx,tsx}',
|
|
'./pages/**/*.{js,ts,jsx,tsx}',
|
|
],
|
|
},
|
|
theme: {
|
|
extend: {
|
|
colors: {},
|
|
},
|
|
},
|
|
variants: {},
|
|
plugins: [],
|
|
}
|