mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-06 04:35:18 +02:00
📝 docs: add slots
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
export default {
|
export default {
|
||||||
plugins: {
|
plugins: {
|
||||||
|
// Tailwind CSS plugin for utility-first styling
|
||||||
tailwindcss: {},
|
tailwindcss: {},
|
||||||
|
|
||||||
|
// Autoprefixer plugin to add vendor prefixes automatically for cross-browser compatibility
|
||||||
autoprefixer: {},
|
autoprefixer: {},
|
||||||
|
|
||||||
|
// Additional plugins can be added here as needed
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user