summaryrefslogtreecommitdiffstats
path: root/src/scopes/_blockquotes.vars.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-11-20 20:46:29 +0100
committerVolpeon <git@volpeon.ink>2024-11-20 20:46:29 +0100
commit1601f183fd9e84dd3665b4b8dfef57eb9b1423ac (patch)
tree53c002cc0b210f17b43a13acd57940e7ae81df77 /src/scopes/_blockquotes.vars.scss
parentUpdate (diff)
downloadiro-design-1601f183fd9e84dd3665b4b8dfef57eb9b1423ac.tar.gz
iro-design-1601f183fd9e84dd3665b4b8dfef57eb9b1423ac.tar.bz2
iro-design-1601f183fd9e84dd3665b4b8dfef57eb9b1423ac.zip
Implicit style fixes
Diffstat (limited to 'src/scopes/_blockquotes.vars.scss')
-rw-r--r--src/scopes/_blockquotes.vars.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scopes/_blockquotes.vars.scss b/src/scopes/_blockquotes.vars.scss
index 5a34957..6aae242 100644
--- a/src/scopes/_blockquotes.vars.scss
+++ b/src/scopes/_blockquotes.vars.scss
@@ -1,9 +1,9 @@
1@use 'iro-sass/src/props'; 1@use 'iro-sass/src/props';
2@use '../core.vars' as core; 2@use '../core.vars' as core;
3@use './body' as body; 3@use './implicit.vars' as implicit;
4 4
5$indent: props.def(--s-blockquotes--indent, props.get(core.$list--indent)) !default; 5$indent: props.def(--s-blockquotes--indent, props.get(core.$list--indent)) !default;
6$margin-bs: props.def(--s-blockquotes--margin-bs, props.get(body.$paragraph--margin-bs)) !default; 6$margin-bs: props.def(--s-blockquotes--margin-bs, props.get(implicit.$paragraph--margin-bs)) !default;
7$border-width: props.def(--s-blockquotes--border-width, props.get(core.$border-width--thick)) !default; 7$border-width: props.def(--s-blockquotes--border-width, props.get(core.$border-width--thick)) !default;
8 8
9$compact--indent: props.def(--s-blockquotes--compact--indent, props.get(core.$list--compact-indent)) !default; 9$compact--indent: props.def(--s-blockquotes--compact--indent, props.get(core.$list--compact-indent)) !default;