summaryrefslogtreecommitdiffstats
path: root/src/scopes/_code.vars.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/scopes/_code.vars.scss')
-rw-r--r--src/scopes/_code.vars.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scopes/_code.vars.scss b/src/scopes/_code.vars.scss
index 7f31b8c..ee7463d 100644
--- a/src/scopes/_code.vars.scss
+++ b/src/scopes/_code.vars.scss
@@ -1,5 +1,5 @@
1@use '../props'; 1@use '../props';
2@use '../core'; 2@use '../core.vars' as core;
3@use './implicit' as implicit; 3@use './implicit' as implicit;
4 4
5$inline--pad-i: props.def(--s-code--inline--pad-i, props.get(core.$size--50)) !default; 5$inline--pad-i: props.def(--s-code--inline--pad-i, props.get(core.$size--50)) !default;