yeun / open-color

Color scheme for UI design.
https://yeun.github.io/open-color/
MIT License
5.29k stars 243 forks source link

Website layout breaks in Safari on large screens #21

Closed nick-f closed 8 years ago

nick-f commented 8 years ago

When viewing the documentation in Safari on a screen larger than 1600px wide, the layout breaks.

Broken layout in Safari

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.).