mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-08-12 11:10:13 +00:00
Upgrade Vite, Vue and other thrid-party packages
This commit is contained in:
Vendored
+3
-10
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user