Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-11-08 15:28:52 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-11-19 12:22:22 +0300
commit764184fc439c884c2c200df53fd8cae7c3f7ec45 (patch)
tree809295f5d004159d86e19fea2caedfbcf717382a
parentb46f05a948490799df175b58e9ca2994c06db105 (diff)
Fix syntax highlighting language
-rw-r--r--site/content/docs/4.5/content/reboot.md2
-rw-r--r--site/content/docs/4.5/layout/grid.md2
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 ea49f3038e..17bb6c1a2c 100644
--- a/site/content/docs/4.5/content/reboot.md
+++ b/site/content/docs/4.5/content/reboot.md
@@ -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,
diff --git a/site/content/docs/4.5/layout/grid.md b/site/content/docs/4.5/layout/grid.md
index 1fbdb4d231..f7a70ca480 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;