system-uicons/tailwind.config.js

12 lines
154 B
JavaScript
Raw Normal View History

2020-05-25 12:01:32 +02:00
module.exports = {
theme: {
// Some useful comment
},
variants: {
// Some useful comment
},
plugins: [
// Some useful comment
]
}