From 68caca62d6469941cd9ba626ffd06ac792db2078 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 8 Nov 2020 14:28:52 +0200 Subject: [PATCH] Fix syntax highlighting language --- site/content/docs/4.5/content/reboot.md | 2 +- site/content/docs/4.5/layout/grid.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/4.5/content/reboot.md b/site/content/docs/4.5/content/reboot.md index b0d283d8b140..e14dab9afdd4 100644 --- a/site/content/docs/4.5/content/reboot.md +++ b/site/content/docs/4.5/content/reboot.md @@ -31,7 +31,7 @@ The `` and `` 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, diff --git a/site/content/docs/4.5/layout/grid.md b/site/content/docs/4.5/layout/grid.md index 1fbdb4d231bc..f7a70ca48089 100644 --- a/site/content/docs/4.5/layout/grid.md +++ b/site/content/docs/4.5/layout/grid.md @@ -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;