chore(styles): remove unused SCSS imports

This commit is contained in:
theo 2024-04-27 13:26:29 +02:00
parent 251822698c
commit 95fb2e093e

View File

@ -1,6 +1,13 @@
@use "bulma"; @use "bulma/sass/utilities" with (
@use "bootstrap-icons"; $family-sans-serif: "system-ui, sans-serif",
$family-monospace: "ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace",
);
body { @forward "bulma/sass/base";
font-family: system-ui, sans-serif; @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";