fix: update tailwind config package

This commit is contained in:
sriram veeraghanta 2025-01-14 17:09:40 +05:30
parent e962770a5f
commit 3f708e451c
22 changed files with 24 additions and 30 deletions

View file

@ -0,0 +1,7 @@
module.exports = {
plugins: {
"tailwindcss/nesting": {},
tailwindcss: {},
autoprefixer: {},
},
};