Add some style

This commit is contained in:
Laurent
2024-10-11 23:00:41 +02:00
parent d505530c1c
commit 7f4070fda8
13 changed files with 324 additions and 2 deletions

6
postcss.config.js Normal file
View File

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