15 lines
256 B
JavaScript
15 lines
256 B
JavaScript
module.exports = {
|
|
future: {
|
|
// removeDeprecatedGapUtilities: true,
|
|
// purgeLayersByDefault: true,
|
|
// defaultLineHeights: true,
|
|
// standardFontWeights: true
|
|
},
|
|
purge: [],
|
|
theme: {
|
|
extend: {}
|
|
},
|
|
variants: {},
|
|
plugins: []
|
|
}
|