Add remaining frontend config files

This commit is contained in:
2025-12-25 18:00:33 +05:30
parent 9f91d87fcc
commit e1ee467413
3 changed files with 30 additions and 0 deletions

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}