Files
borrow-system/admin/tailwind.config.js

12 lines
174 B
JavaScript

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