live_beats/assets/tailwind.config.js
Chris McCord 85855f9939 Make it so 🚀
2021-09-02 14:00:57 -04:00

14 lines
166 B
JavaScript

module.exports = {
mode: 'jit',
purge: [
'./js/**/*.js',
'../lib/*_web/**/*.*ex'
],
theme: {
},
variants: {
extend: {},
},
plugins: [],
}