Closed polikin closed 11 years ago
Unfortunately Sass doesn't work that way — I think it's mostly discussed in this issue: https://github.com/nex3/sass/issues/241
Currently conditional style mixins like Jacket and Breakpoint create complete stylesheets which you conditionally supply to your browsers. Give IE8 only the IE8 stylesheet (with conditional comments), and the same with the standards browsers.
Thanks!
No problem :smile:
It it possible to output only the conditional style in my conditional stylesheet? Because, I don't want to add weight to my conditional sheet. The only thing I want is the fix I did for IE.
Ex:
output css:
screen.css
ie8.css
rather than
screen.css
ie8.css