Update CSS variable architecture

This commit is contained in:
schmelczerandras 2020-08-30 14:06:21 +02:00
parent d77aabf966
commit 7e75685b0e
39 changed files with 585 additions and 1952 deletions

View file

@ -1,11 +1,9 @@
@use '../../style/include' as *;
@use '../../style/mixins' as *;
@include responsive() using ($vars) {
.content {
margin-top: map_get($vars, $small-margin);
.content {
margin-top: var(--small-margin);
:first-child {
margin-top: 0;
}
:first-child {
margin-top: 0;
}
}