Let it rip

This commit is contained in:
Henry
2023-10-27 22:01:59 +01:00
parent d142286c67
commit 621b462698
29 changed files with 837 additions and 0 deletions

8
postcss.config.cjs Normal file
View File

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