Files
infoscreen/dashboard/tailwind.config.cjs
2025-10-10 15:20:14 +00:00

11 lines
172 B
JavaScript

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