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

Make sure that Internet Explorer CSS hacks are not removed #66

Merged

Conversation

kristerkari
Copy link
Contributor

There are many CSS hacks that work for legacy Internet Explorer versions (http://codemug.com/html/css-hacks-for-ie6ie7ie8ie9-and-ie10/).

Currently CSSfmt turns this

.class {
  *zoom: 1;
  _width: 200px;
}

Into this:

.class {
  zoom: 1;
  width: 200px;
}

@matype matype mentioned this pull request Feb 11, 2016
@kristerkari kristerkari force-pushed the bugfix/dont-remove-ie-browser-hacks branch from ed94703 to 4cea866 Compare February 11, 2016 20:57
matype pushed a commit that referenced this pull request Feb 12, 2016
…-hacks

Make sure that Internet Explorer CSS hacks are not removed
@matype matype merged commit fe67581 into matype:master Feb 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants