Init project

This commit is contained in:
2023-04-29 14:51:14 -05:00
commit 71ccfc152b
16 changed files with 7949 additions and 0 deletions

8
postcss.config.cjs Normal file
View File

@@ -0,0 +1,8 @@
const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};
module.exports = config;