LocChat/client/tailwind.config.js

10 lines
125 B
JavaScript
Raw Normal View History

2021-11-23 16:04:12 -05:00
module.exports = {
mode: 'jit',
purge: ['*/**/*.jsx'],
theme: {
extend: {},
},
variants: {},
plugins: [],
};