Remove simple config comments

This commit is contained in:
Adam Wathan 2019-04-26 12:26:15 -04:00
parent b5165acfdf
commit d0e44dc361

View File

@ -1,11 +1,5 @@
module.exports = {
theme: {
// Some useful comment
},
variants: {
// Some useful comment
},
plugins: [
// Some useful comment
]
theme: {},
variants: {},
plugins: []
}