-
-
Notifications
You must be signed in to change notification settings - Fork 979
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modernizr is a feature-detection library that has been a part of this project for around ten years. Using its CSS classes, this project was detecting the following browser features: - Border Radius: https://caniuse.com/border-radius - Box Shadow: https://caniuse.com/css-boxshadow - CSS Animations: https://caniuse.com/css-animation - SVG: https://caniuse.com/svg Each of these features has been available in modern browsers for many years, so we no longer need Modernizr. This patch does the following: - Removes `modernizr.js` - Removes PNG logos that were fallbacks for SVG logos - Refactors SCSS that was pivoting on Modernizr CSS classes (`mdzr-*`)
- Loading branch information
Showing
9 changed files
with
74 additions
and
175 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters