Commit 7a907ae0 authored by Christian Oliff's avatar Christian Oliff Committed by Patrick H. Lauke
Browse files

Change OS X to macOS in Sass comments (#27729)

It's been macOS for 3 years now and we use just 'macOS' elsewhere in the Bootstrap documentation.
https://en.wikipedia.org/wiki/MacOS
parent 32ab52ba
Showing with 2 additions and 2 deletions
+2 -2
...@@ -33,9 +33,9 @@ The default web fonts (Helvetica Neue, Helvetica, and Arial) have been dropped i ...@@ -33,9 +33,9 @@ The default web fonts (Helvetica Neue, Helvetica, and Arial) have been dropped i
{% highlight sass %} {% highlight sass %}
$font-family-sans-serif: $font-family-sans-serif:
// Safari for OS X and iOS (San Francisco) // Safari for macOS and iOS (San Francisco)
-apple-system, -apple-system,
// Chrome < 56 for OS X (San Francisco) // Chrome < 56 for macOS (San Francisco)
BlinkMacSystemFont, BlinkMacSystemFont,
// Windows // Windows
"Segoe UI", "Segoe UI",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment