LeagueStats/client/tailwind.config.js

12 lines
154 B
JavaScript
Raw Normal View History

2019-03-30 22:55:48 +00:00
module.exports = {
theme: {
// Some useful comment
},
variants: {
// Some useful comment
},
plugins: [
// Some useful comment
]
}