SimpleNotes/css/tailwind.config.js
2020-08-13 19:39:41 +02:00

13 lines
196 B
JavaScript

module.exports = {
purge: {
content: [
'../app/src/main/kotlin/views/**/*.kt'
]
},
theme: {
extend: {},
},
variants: {},
plugins: [],
}