summaryrefslogtreecommitdiffstats
path: root/src/scopes/_body.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/scopes/_body.scss')
-rw-r--r--src/scopes/_body.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scopes/_body.scss b/src/scopes/_body.scss
index 164e87f..4d413e3 100644
--- a/src/scopes/_body.scss
+++ b/src/scopes/_body.scss
@@ -13,6 +13,7 @@
13 font-size: props.get(vars.$font-size); 13 font-size: props.get(vars.$font-size);
14 14
15 p { 15 p {
16 max-inline-size: props.get(vars.$paragraph--max-inline-size);
16 margin-block-start: props.get(vars.$paragraph--margin-bs); 17 margin-block-start: props.get(vars.$paragraph--margin-bs);
17 } 18 }
18 19