diff --git a/stubs/simpleConfig.stub.js b/stubs/simpleConfig.stub.js index 138dac7d9fa6..53344f079f9d 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: [], }