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:
parent
b46f05a948
commit
764184fc43
@ -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,
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user