0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Fix syntax highlighting language

This commit is contained in:
XhmikosR 2020-11-08 14:28:52 +02:00
parent b46f05a948
commit 764184fc43
2 changed files with 2 additions and 2 deletions

View 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,

View 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;