Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Modernizr to remove Respond. Change placeholder Media Query.
Previous version of Respond was known to cause problems in IE8. It was not necessary for developers who chose to write their CSS in a 'mobile first' manner. Furthermore, there are some concerns about the performance penalty Respond imposes upon legacy versions of IE. If a future version of Respond is shown to be performant and more reliable, it may be reconsidered for inclusion. Along with this change is a simplification of the placeholder Media Queries. Now there is only 1 Media Query example and it is more clearly labelled as an example. The use of `em` units in the condition is to reinforce the idea that Media Query breakpoints should not be device-specific. Fix #816
- Loading branch information
af98e6f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely the right thing to do here!