Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove IE9 browser hacks. #21393

Merged
merged 1 commit into from Dec 22, 2016
Merged

Remove IE9 browser hacks. #21393

merged 1 commit into from Dec 22, 2016

Conversation

bardiharborow
Copy link
Member

Removes all the IE9 browser hacks I can find. Ref #21387.

@@ -163,7 +163,6 @@ module.exports = function (grunt) {

cssmin: {
options: {
compatibility: 'ie10,-properties.zeroUnits',
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ie10 is not a valid clean-css option, and -properties.zeroUnits is no-longer needed now we're removing the relevant browser hack.

@mdo mdo added this to the v4.0.0-alpha.6 milestone Dec 22, 2016
@Starsam80
Copy link
Contributor

@tomlutzenberger
Copy link
Contributor

Pretty cool! 😀

//cc @mdo: That's the stuff I told you about on Twitter.

@mdo
Copy link
Member

mdo commented Dec 22, 2016

@tomlutzenberger My bad 😁

@mdo
Copy link
Member

mdo commented Dec 22, 2016

@Starsam80 I'll get that in a follow-up commit. Thanks!

@mdo mdo merged commit 855a67b into twbs:v4-dev Dec 22, 2016
mdo added a commit that referenced this pull request Dec 22, 2016
@mdo mdo mentioned this pull request Dec 22, 2016
@bardiharborow bardiharborow deleted the ie9-is-dead branch December 23, 2016 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants