add tailwind

This commit is contained in:
Olivier PARPAILLON
2024-11-18 13:38:08 +01:00
parent 333554cabc
commit 46b7dd8ae7
21 changed files with 12872 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
background-color: skyblue;
}