Skip to content
Snippets Groups Projects
Commit 7e1df82e authored by Jürgen Haas's avatar Jürgen Haas Committed by Alberto Siles
Browse files

Issue #3388329 by jurgenhaas: Update to 5.0.7 breaks sass because of missing $font-size-xs variable

parent 610d4016
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ $font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Rob
$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
$font-size-root: null;
$font-size-base: 1rem; // Assumes the browser default, typically `16px`
$font-size-xs: $font-size-base * .75;
$font-size-sm: $font-size-base * .875;
$font-size-lg: $font-size-base * 1.25;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment