mirror of
https://github.com/Snigdha-OS/snigdhaos-web-dev.git
synced 2025-09-05 21:06:37 +02:00
8 lines
159 B
JavaScript
8 lines
159 B
JavaScript
export default {
|
|
content: ["./src/**/*.{html,js,jsx,ts,tsx}"], // Adjust paths to your project structure
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|