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

Css IE exception #214

Closed
jbdelhommeau opened this issue Nov 5, 2014 · 5 comments
Closed

Css IE exception #214

jbdelhommeau opened this issue Nov 5, 2014 · 5 comments
Labels

Comments

@jbdelhommeau
Copy link

Hello,
In new bootstrap they are things like:

  margin: 4px 0 0;
  margin-top: 1px \9; // IE8-9

After csso restult are:

  margin: 1px 0 0;

The \9 value are ignored. But it's important :)

@tadatuta
Copy link
Member

tadatuta commented Nov 5, 2014

hi!
CSSO has no maintainer at the time :(

@janicklas-ralph
Copy link

+1 facing the same issue. When you guys get time and fix this, please let us know.

@alanrubin
Copy link

+1 Same here. Using with gulp for a bootstrap 3 project supporting IE8+.

@twobyte
Copy link

twobyte commented Jun 25, 2015

Me too. Switched to gulp-minify-css – seems to work.

@lahmatiy lahmatiy added the bug label Oct 7, 2015
@lahmatiy
Copy link
Member

lahmatiy commented Oct 7, 2015

Fixed by #166
Coming in next release

@lahmatiy lahmatiy closed this as completed Oct 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants