mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-05 12:16:43 +02:00
12 lines
286 B
JavaScript
12 lines
286 B
JavaScript
export default {
|
|
plugins: {
|
|
// Tailwind CSS plugin for utility-first styling
|
|
tailwindcss: {},
|
|
|
|
// Autoprefixer plugin to add vendor prefixes automatically for cross-browser compatibility
|
|
autoprefixer: {},
|
|
|
|
// Additional plugins can be added here as needed
|
|
},
|
|
};
|