Skip to content

Commit 728021d

Browse files
committed
add needed defaults
1 parent 05aba3e commit 728021d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/resources/formats/html/bootstrap/_bootstrap-variables.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,16 @@ $bootstrap-version: 5;
247247
$h1h2h3-font-weight: 600 !default;
248248

249249
// variables required by _brand.yml
250+
251+
// these variables need to have been defined here already
252+
// and are repeated in the framework's own _variables.scss
253+
// This will require us to monitor framework changes
254+
// to avoid drift
255+
$font-weight-base: 400 !default;
256+
$small-font-size: 0.875em !default;
257+
$code-font-size: $small-font-size !default;
258+
$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
259+
250260
$font-family-monospace-block: $font-family-monospace !default;
251261
$font-family-monospace-inline: $font-family-monospace !default;
252262
$font-weight-monospace: $font-weight-base !default;

0 commit comments

Comments
 (0)