feat: primevue base

This commit is contained in:
Floriansylvain
2025-12-23 23:14:04 +01:00
parent 9ecaa80fcf
commit aee595dee9
11 changed files with 190 additions and 17 deletions
+14
View File
@@ -0,0 +1,14 @@
@import "tailwindcss";
@import "tailwindcss-primeui";
* {
box-sizing: border-box;
}
body{
margin: 0;
}
.button-position {
@apply fixed bottom-0 left-0 m-3;
}