Files
borrow-system/frontend/tailwind.config.js
2025-08-18 15:21:55 +02:00

11 lines
154 B
JavaScript

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