Files
infoscreen/dashboard/tailwind.config.cjs

11 lines
172 B
JavaScript

module.exports = {
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
corePlugins: {
preflight: false,
},
theme: {
extend: {},
},
plugins: [],
};