From 04c82aa5820f1d722440746fe4ba30d6bdef4ceb Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 19 Nov 2020 07:52:38 +0200 Subject: [PATCH] docs: Fix syntax highlighting language --- site/docs/4.5/content/reboot.md | 2 +- site/docs/4.5/layout/grid.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/docs/4.5/content/reboot.md b/site/docs/4.5/content/reboot.md index 83ec13aef259..dbfb54283758 100644 --- a/site/docs/4.5/content/reboot.md +++ b/site/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/). -{% highlight sass %} +{% highlight scss %} $font-family-sans-serif: // Safari for macOS and iOS (San Francisco) -apple-system, diff --git a/site/docs/4.5/layout/grid.md b/site/docs/4.5/layout/grid.md index d6c4679fe580..95e03457e44c 100644 --- a/site/docs/4.5/layout/grid.md +++ b/site/docs/4.5/layout/grid.md @@ -547,7 +547,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`. -{% highlight sass %} +{% highlight scss %} .no-gutters { margin-right: 0; margin-left: 0;