14 lines
212 B
SCSS
14 lines
212 B
SCSS
@use "abstracts/functions";
|
|
@use "abstracts/mixins";
|
|
@use "base/colors";
|
|
@use "base/reset";
|
|
@use "base/typography";
|
|
@use "layout/grid";
|
|
|
|
body {
|
|
background-color: #111111;
|
|
}
|
|
|
|
html {
|
|
scroll-behavior: smooth;
|
|
}
|