Skip to content

Commit ea53689

Browse files
committed
Fix syntax highlighting language
1 parent 6b01fab commit ea53689

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/content/docs/4.5/content/reboot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The `<html>` and `<body>` elements are updated to provide better page-wide defau
3131

3232
The default web fonts (Helvetica Neue, Helvetica, and Arial) have been dropped in Bootstrap 4 and replaced with a "native font stack" for optimum text rendering on every device and OS. Read more about [native font stacks in this *Smashing Magazine* article](https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/).
3333

34-
```sass
34+
```scss
3535
$font-family-sans-serif:
3636
// Safari for macOS and iOS (San Francisco)
3737
-apple-system,

site/content/docs/4.5/layout/grid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ Here's the source code for creating these styles. Note that column overrides are
530530

531531
**Need an edge-to-edge design?** Drop the parent `.container` or `.container-fluid`.
532532

533-
```sass
533+
```scss
534534
.no-gutters {
535535
margin-right: 0;
536536
margin-left: 0;

0 commit comments

Comments
 (0)