This commit is contained in:
Guy Ben-Aharon
2024-08-05 11:07:20 +03:00
parent 095e8387f3
commit 2b207f9026
6 changed files with 1095 additions and 7 deletions

6
postcss.config.js Normal file
View File

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