From d92dae43446caef6cae19ae77aea6826f5aacc2b Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Fri, 10 May 2019 07:57:47 -0400 Subject: [PATCH] Add extend key to simpleConfig stub by default --- stubs/simpleConfig.stub.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stubs/simpleConfig.stub.js b/stubs/simpleConfig.stub.js index 899fa7aa7..dd6532cb4 100644 --- a/stubs/simpleConfig.stub.js +++ b/stubs/simpleConfig.stub.js @@ -1,5 +1,7 @@ module.exports = { - theme: {}, + theme: { + extend: {} + }, variants: {}, plugins: [] }