system-uicons/tailwind.config.js
2020-05-25 18:01:32 +08:00

12 lines
154 B
JavaScript

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