13 lines
223 B
JavaScript
13 lines
223 B
JavaScript
module.exports = {
|
|
future: {
|
|
removeDeprecatedGapUtilities: true,
|
|
},
|
|
purge: [],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
variants: {
|
|
backgroundColor: ['responsive', 'hover', 'focus', 'checked'],
|
|
},
|
|
plugins: [],
|
|
}
|