chore(styles): remove unused SCSS imports
This commit is contained in:
parent
251822698c
commit
95fb2e093e
@ -1,6 +1,13 @@
|
||||
@use "bulma";
|
||||
@use "bootstrap-icons";
|
||||
@use "bulma/sass/utilities" with (
|
||||
$family-sans-serif: "system-ui, sans-serif",
|
||||
$family-monospace: "ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace",
|
||||
);
|
||||
|
||||
body {
|
||||
font-family: system-ui, sans-serif;
|
||||
}
|
||||
@forward "bulma/sass/base";
|
||||
@forward "bulma/sass/components/navbar";
|
||||
@forward "bulma/sass/elements/title";
|
||||
@forward "bulma/sass/elements/content";
|
||||
@forward "bulma/sass/layout/hero";
|
||||
@forward "bulma/sass/layout/container";
|
||||
|
||||
@forward "bulma/sass/themes";
|
||||
|
Reference in New Issue
Block a user