]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix syntax highlighting language
authorXhmikosR <xhmikosr@gmail.com>
Sun, 8 Nov 2020 12:28:52 +0000 (14:28 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 19 Nov 2020 09:22:22 +0000 (11:22 +0200)
site/content/docs/4.5/content/reboot.md
site/content/docs/4.5/layout/grid.md

index ea49f3038e1469c00ec28dddd528abe927b4fffc..17bb6c1a2c4cd2c50b6b20629c0f98db7e148a85 100644 (file)
@@ -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,
index 1fbdb4d231bcb2c346fe54d08d95b77c22c6557c..f7a70ca48089661ad10657b7dc1a6c2ec22619bf 100644 (file)
@@ -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;