Skip to content

Commit d92dae4

Browse files
committed
Add extend key to simpleConfig stub by default
1 parent a7aedde commit d92dae4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stubs/simpleConfig.stub.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module.exports = {
2-
theme: {},
2+
theme: {
3+
extend: {}
4+
},
35
variants: {},
46
plugins: []
57
}

0 commit comments

Comments
 (0)