LeagueStats/client/tailwind.config.js
2019-03-30 23:55:48 +01:00

11 lines
154 B
JavaScript

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