feat: add remix application

This commit is contained in:
Mauricio Siu
2024-06-30 19:26:43 -06:00
parent 02e2cfd645
commit ac24832ee7
15 changed files with 6989 additions and 0 deletions

View File

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