Add future property to simpleconfig stub (#2372)

* Add future property to simpleconfig stub

* Add future flags manually
This commit is contained in:
Dexter Marks-Barber 2020-09-13 14:09:02 +01:00 committed by GitHub
parent cff1c78f64
commit 2053d630ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,12 @@
module.exports = {
purge: [],
plugins: [],
theme: {
extend: {},
},
future: {
// removeDeprecatedGapUtilities: true,
// purgeLayersByDefault: true,
},
variants: {},
plugins: [],
}