When viewing the documentation in Safari on a screen larger than 1600px wide, the layout breaks.
This seems to be caused by the .not( ) SCSS lines applying the styles to every element that doesn't match the rules (so almost every element on the page). Currently .not is only supported in Safari on macOS and iOS (CanIUse.com) so the layout doesn't break in other browsers (Chrome, etc.).
When viewing the documentation in Safari on a screen larger than 1600px wide, the layout breaks.
This seems to be caused by the
.not( )
SCSS lines applying the styles to every element that doesn't match the rules (so almost every element on the page). Currently.not
is only supported in Safari on macOS and iOS (CanIUse.com) so the layout doesn't break in other browsers (Chrome, etc.).