switch to scss
This commit is contained in:
10
src/assets/global.scss
Normal file
10
src/assets/global.scss
Normal file
@ -0,0 +1,10 @@
|
||||
/*
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*/
|
||||
|
||||
@import "variables";
|
||||
@import "bootstrap/scss/bootstrap";
|
||||
|
||||
.container{
|
||||
min-height: calc(100vh - 70px - 24px);
|
||||
}
|
Reference in New Issue
Block a user