From 2053d630aedb9376bc9f33caee68cce62be4eaa2 Mon Sep 17 00:00:00 2001 From: Dexter Marks-Barber Date: Sun, 13 Sep 2020 14:09:02 +0100 Subject: [PATCH] Add future property to simpleconfig stub (#2372) * Add future property to simpleconfig stub * Add future flags manually --- stubs/simpleConfig.stub.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/stubs/simpleConfig.stub.js b/stubs/simpleConfig.stub.js index 138dac7d9..53344f079 100644 --- a/stubs/simpleConfig.stub.js +++ b/stubs/simpleConfig.stub.js @@ -1,8 +1,12 @@ module.exports = { purge: [], + plugins: [], theme: { extend: {}, }, + future: { + // removeDeprecatedGapUtilities: true, + // purgeLayersByDefault: true, + }, variants: {}, - plugins: [], }