Skip to content

Commit

Permalink
Fix syntax highlighting language
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Nov 8, 2020
1 parent 678383d commit 68caca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/content/docs/4.5/content/reboot.md
Expand Up @@ -31,7 +31,7 @@ The `<html>` and `<body>` elements are updated to provide better page-wide defau

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/).

```sass
```scss
$font-family-sans-serif:
// Safari for macOS and iOS (San Francisco)
-apple-system,
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/4.5/layout/grid.md
Expand Up @@ -530,7 +530,7 @@ Here's the source code for creating these styles. Note that column overrides are

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

```sass
```scss
.no-gutters {
margin-right: 0;
margin-left: 0;
Expand Down

0 comments on commit 68caca6

Please sign in to comment.