From 31814d6edf76e32471f701dd7be366eae654140f Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Sat, 17 Oct 2020 20:27:39 -0400 Subject: [PATCH] Remove future blocks from config stubs --- stubs/defaultConfig.stub.js | 4 ---- stubs/simpleConfig.stub.js | 4 ---- 2 files changed, 8 deletions(-) diff --git a/stubs/defaultConfig.stub.js b/stubs/defaultConfig.stub.js index eb1a5c930..2b51dc04e 100644 --- a/stubs/defaultConfig.stub.js +++ b/stubs/defaultConfig.stub.js @@ -1,8 +1,4 @@ module.exports = { - future: { - // removeDeprecatedGapUtilities: true, - // purgeLayersByDefault: true, - }, purge: [], presets: [], theme: { diff --git a/stubs/simpleConfig.stub.js b/stubs/simpleConfig.stub.js index c0826ce5d..138dac7d9 100644 --- a/stubs/simpleConfig.stub.js +++ b/stubs/simpleConfig.stub.js @@ -1,8 +1,4 @@ module.exports = { - future: { - // removeDeprecatedGapUtilities: true, - // purgeLayersByDefault: true, - }, purge: [], theme: { extend: {},