mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 01:00:10 +02:00
✨ Fix new styles leaking for scroll
This commit is contained in:
parent
b73ab97556
commit
c74ccfaa8d
7 changed files with 46 additions and 35 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue