Skip to content

Commit 2053d63

Browse files
authored
Add future property to simpleconfig stub (#2372)
* Add future property to simpleconfig stub * Add future flags manually
1 parent cff1c78 commit 2053d63

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

stubs/simpleConfig.stub.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
module.exports = {
22
purge: [],
3+
plugins: [],
34
theme: {
45
extend: {},
56
},
7+
future: {
8+
// removeDeprecatedGapUtilities: true,
9+
// purgeLayersByDefault: true,
10+
},
611
variants: {},
7-
plugins: [],
812
}

0 commit comments

Comments
 (0)