mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 11:14:06 +00:00
Upgrade Vite, Vue and other thrid-party packages
This commit is contained in:
13
resources/sass/invoiceshelf.scss
vendored
13
resources/sass/invoiceshelf.scss
vendored
@@ -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