Files
bikelane/frontend_admin/tailwind.config.js

11 lines
154 B
JavaScript

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