Initial commit

This commit is contained in:
0d0 2025-01-24 19:04:29 +01:00
commit 1f35f0411b
28 changed files with 5703 additions and 0 deletions

6
postcss.config.js Normal file
View file

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