Skip to content

Commit

Permalink
Change OS X to macOS in Sass comments (#27729)
Browse files Browse the repository at this point in the history
It's been macOS for 3 years now and we use just 'macOS' elsewhere in the Bootstrap documentation.
https://en.wikipedia.org/wiki/MacOS
  • Loading branch information
coliff authored and patrickhlauke committed Nov 26, 2018
1 parent 32ab52b commit 7a907ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/docs/4.1/content/reboot.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ The default web fonts (Helvetica Neue, Helvetica, and Arial) have been dropped i

{% highlight sass %}
$font-family-sans-serif:
// Safari for OS X and iOS (San Francisco)
// Safari for macOS and iOS (San Francisco)
-apple-system,
// Chrome < 56 for OS X (San Francisco)
// Chrome < 56 for macOS (San Francisco)
BlinkMacSystemFont,
// Windows
"Segoe UI",
Expand Down

0 comments on commit 7a907ae

Please sign in to comment.