Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix syntax highlighting language #32195

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/docs/4.5/content/reboot.md
Expand Up @@ -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/).

{% highlight sass %}
{% highlight scss %}
$font-family-sans-serif:
// Safari for macOS and iOS (San Francisco)
-apple-system,
Expand Down
2 changes: 1 addition & 1 deletion site/docs/4.5/layout/grid.md
Expand Up @@ -547,7 +547,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`.

{% highlight sass %}
{% highlight scss %}
.no-gutters {
margin-right: 0;
margin-left: 0;
Expand Down