live_beats/assets/tailwind.config.js

14 lines
166 B
JavaScript
Raw Normal View History

2021-09-02 18:00:57 +00:00
module.exports = {
mode: 'jit',
purge: [
'./js/**/*.js',
'../lib/*_web/**/*.*ex'
],
theme: {
},
variants: {
extend: {},
},
plugins: [],
}