Skip to content

Commit

Permalink
Add future property to simpleconfig stub (#2372)
Browse files Browse the repository at this point in the history
* Add future property to simpleconfig stub

* Add future flags manually
  • Loading branch information
dextermb authored and adamwathan committed Sep 28, 2020
1 parent a2f1e3a commit fe1b426
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion stubs/simpleConfig.stub.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
module.exports = {
purge: [],
plugins: [],
theme: {
extend: {},
},
future: {
// removeDeprecatedGapUtilities: true,
// purgeLayersByDefault: true,
},
variants: {},
plugins: [],
}

0 comments on commit fe1b426

Please sign in to comment.