From f2f7d314c4d36a588255193d7a916751ba115d41 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Sun, 13 Sep 2020 09:09:57 -0400 Subject: [PATCH] Reorder entries in simpleConfig stub --- stubs/simpleConfig.stub.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/stubs/simpleConfig.stub.js b/stubs/simpleConfig.stub.js index 53344f079..c0826ce5d 100644 --- a/stubs/simpleConfig.stub.js +++ b/stubs/simpleConfig.stub.js @@ -1,12 +1,12 @@ module.exports = { - purge: [], - plugins: [], - theme: { - extend: {}, - }, future: { // removeDeprecatedGapUtilities: true, // purgeLayersByDefault: true, }, + purge: [], + theme: { + extend: {}, + }, variants: {}, + plugins: [], }