mirror of
https://github.com/h44z/wg-portal.git
synced 2025-07-07 05:36:59 +00:00
16 lines
415 B
SCSS
16 lines
415 B
SCSS
|
// disable external web fonts
|
||
|
$web-font-path: false;
|
||
|
|
||
|
@import "bootswatch/dist/lux/variables";
|
||
|
@import "bootstrap/scss/bootstrap";
|
||
|
@import "bootswatch/dist/lux/bootswatch";
|
||
|
|
||
|
|
||
|
// for future use, once bootswatch supports @use
|
||
|
/*
|
||
|
@use "bootswatch/dist/lux/_variables.scss" as lux-vars with (
|
||
|
$web-font-path: false
|
||
|
);
|
||
|
@use "bootstrap/scss/bootstrap" as bs;
|
||
|
@use "bootswatch/dist/lux/_bootswatch.scss" as lux-theme;
|
||
|
*/
|