From 784842fb7e037e44319ef000d29f3b10e4a38c66 Mon Sep 17 00:00:00 2001 From: Quinton Jason Date: Fri, 20 Sep 2024 09:08:52 -0500 Subject: [PATCH] fix: update variable name --- packages/sage-assets/lib/stylesheets/core/_typography.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/sage-assets/lib/stylesheets/core/_typography.scss b/packages/sage-assets/lib/stylesheets/core/_typography.scss index 5f43ed8017..ca479eddfa 100644 --- a/packages/sage-assets/lib/stylesheets/core/_typography.scss +++ b/packages/sage-assets/lib/stylesheets/core/_typography.scss @@ -8,8 +8,8 @@ // Font definitions $-heading-font: "GreetStandard"; $-body-font-stack: "Inter", -apple-system, system-ui, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", sans-serif; -$-body-margin-bottom: sage-spacing(xs); -$-headings-margin-bottom: sage-spacing(sm); +$-body-margin-block-end: sage-spacing(xs); +$-headings-margin-block-end: sage-spacing(sm); /// /// Sage responsive font sizes and line heights custom props