Files
mcs-lose/frontend/tailwind.config.js
2025-08-11 12:23:31 +02:00

11 lines
154 B
JavaScript

module.exports = {
content: [
"./src/**/*.{js,jsx,ts,tsx}",
// add other paths if needed
],
theme: {
extend: {},
},
plugins: [],
};