📝 docs: add slots

This commit is contained in:
eshanized
2025-01-11 22:49:05 +05:30
parent 83764b3372
commit 51df6597e7

View File

@@ -1,6 +1,11 @@
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
},
};