This commit is contained in:
2025-05-11 12:55:47 +03:00
parent 19ae834c99
commit 373820ec8a
31 changed files with 1132 additions and 3 deletions

6
sweb/postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}