diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/_core.vars.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_core.vars.scss b/src/_core.vars.scss index 5ea8326..0a94534 100644 --- a/src/_core.vars.scss +++ b/src/_core.vars.scss | |||
@@ -102,7 +102,7 @@ $key-focus--border-offset: props.def(--key-focus--border-offset, props.get($bord | |||
102 | $list--indent: props.def(--list--indent, props.get($size--400)) !default; | 102 | $list--indent: props.def(--list--indent, props.get($size--400)) !default; |
103 | $list--compact-indent: props.def(--list--compact-indent, props.get($size--250)) !default; | 103 | $list--compact-indent: props.def(--list--compact-indent, props.get($size--250)) !default; |
104 | 104 | ||
105 | $sticky-top-offset: props.def(--sticky-top-offset, 0) !default; | 105 | $sticky-top-offset: props.def(--sticky-top-offset, 0rem) !default; |
106 | 106 | ||
107 | // | 107 | // |
108 | 108 | ||