mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-26 23:04:32 +02:00
Fix syntax highlighting language
This commit is contained in:
@@ -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/).
|
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:
|
$font-family-sans-serif:
|
||||||
// Safari for macOS and iOS (San Francisco)
|
// Safari for macOS and iOS (San Francisco)
|
||||||
-apple-system,
|
-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`.
|
**Need an edge-to-edge design?** Drop the parent `.container` or `.container-fluid`.
|
||||||
|
|
||||||
```sass
|
```scss
|
||||||
.no-gutters {
|
.no-gutters {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
Reference in New Issue
Block a user