mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Add extend key to simpleConfig stub by default
This commit is contained in:
parent
a7aedde4ab
commit
d92dae4344
@ -1,5 +1,7 @@
|
||||
module.exports = {
|
||||
theme: {},
|
||||
theme: {
|
||||
extend: {}
|
||||
},
|
||||
variants: {},
|
||||
plugins: []
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user