Fix new styles leaking for scroll

This commit is contained in:
alonso.torres 2023-06-13 11:18:21 +02:00
parent b73ab97556
commit c74ccfaa8d
7 changed files with 46 additions and 35 deletions

View file

@ -6,11 +6,6 @@
@use "sass:math";
:root {
--s-4: 0.25rem;
--layer-indentation-size: calc(var(--s-4) * 5);
}
$s-0: 0px;
$s-2: math.div(0.25rem, 2);
$s-4: var(--s-4);