Upgrade Vite, Vue and other thrid-party packages

This commit is contained in:
Darko Gjorgjijoski
2025-01-12 17:38:18 +01:00
parent 7e2d257f7d
commit fcf64c0b26
5 changed files with 44 additions and 2493 deletions

View File

@@ -1,3 +1,6 @@
@use "themes.scss";
@use "components/animation.scss";
@tailwind base;
@tailwind components;
@@ -44,16 +47,6 @@
src: url("$fonts/Poppins-SemiBold.ttf") format("truetype");
}
// Default Theme
//----------------------------------
@import "themes.scss";
// Base Components
//----------------------------------
@import "components/animation.scss";
body {
min-height: 100vh;
min-height: -webkit-fill-available;