mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Add trailing commas to simpleConfig.stub.js
Makes it consistent with `defaultConfig.stub.js` and saves people like me from adding them manually every time they start a project.
This commit is contained in:
parent
e73be91938
commit
1a71d3311e
@ -1,7 +1,7 @@
|
||||
module.exports = {
|
||||
theme: {
|
||||
extend: {}
|
||||
extend: {},
|
||||
},
|
||||
variants: {},
|
||||
plugins: []
|
||||
plugins: [],
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user