🧰 Story 1.2: configuration tailwind

This commit is contained in:
2026-02-04 15:24:08 +01:00
parent e3f062249b
commit e1395a235e
10 changed files with 1455 additions and 37 deletions

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
}
}