Add project template

This commit is contained in:
Oliver Ilp
2025-04-17 18:48:02 +03:00
parent fd178012be
commit b11715e332
17 changed files with 3954 additions and 2 deletions

5
postcss.config.mjs Normal file
View File

@@ -0,0 +1,5 @@
const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;