new initial commit

moved from nuxtjs to nextjs
This commit is contained in:
Guz
2022-08-06 13:14:43 -03:00
parent 2b0527b244
commit ec8c9765b5
28 changed files with 1247 additions and 7114 deletions

6
postcss.config.js Normal file
View File

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