mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Add future property to simpleconfig stub (#2372)
* Add future property to simpleconfig stub * Add future flags manually
This commit is contained in:
parent
cff1c78f64
commit
2053d630ae
@ -1,8 +1,12 @@
|
||||
module.exports = {
|
||||
purge: [],
|
||||
plugins: [],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
future: {
|
||||
// removeDeprecatedGapUtilities: true,
|
||||
// purgeLayersByDefault: true,
|
||||
},
|
||||
variants: {},
|
||||
plugins: [],
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user