tailwindcss/stubs/simpleConfig.stub.js
2019-03-14 15:51:21 -05:00

12 lines
154 B
JavaScript

module.exports = {
theme: {
// Some useful comment
},
variants: {
// Some useful comment
},
plugins: [
// Some useful comment
]
}