Move styles in SCSS vars to CSS vars

This commit is contained in:
Lucas 2020-09-29 08:38:35 +07:00
parent f67044ecae
commit 9b1ef33577
49 changed files with 2921 additions and 1841 deletions

View file

@ -6,10 +6,10 @@ main > aside {
nav {
width: 100%;
margin-bottom: $spacing-block;
margin-bottom: var(--spacing-block);
h1 {
margin-bottom: $spacing-typography;
margin-bottom: var(--spacing-typography);
}
@media (min-width: map-get($breakpoints, "lg")) {