Skip to content

Commit

Permalink
fix: update variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintonJason committed Oct 23, 2024
1 parent 691a6be commit dad3913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sage-assets/lib/stylesheets/core/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
// Font definitions
$-heading-font: "GreetStandard", "Inter", -apple-system, system-ui, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", sans-serif;
$-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
Expand Down

0 comments on commit dad3913

Please sign in to comment.