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