mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-05 20:26:43 +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: [],
|
|
};
|