setup commit

This commit is contained in:
Elgius
2023-04-05 11:17:43 +05:00
parent d5a430a522
commit ecfe4ae4ab
8 changed files with 1292 additions and 96 deletions

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

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