selectivizr icon indicating copy to clipboard operation
selectivizr copied to clipboard

Problem with minified HTML/CSS on IE7/IE8

Open igorprado opened this issue 11 years ago • 4 comments

I'm working with Middleman to test locally and build my files, minifying then.

Testing locally (where there are any kind of minifying), selectvizr works fine in IE7 and IE8. On build, where everything is minified, it doesn't work at all. And no error is given at console.

Solution for my case: disable HTML and CSS minify for instance, but I believe that's an issue.

Sorry my bad english.

igorprado avatar May 23 '13 15:05 igorprado

I have the same issue. When I set Compass output_style = :compressed, Selectivizr does not append the .slvzr class.

When I leave my stylesheet uncompressed Selectivizr works as expected.

If anyone has this same problem; setting output_style = :compact seems like the best compromise (when IE 8 support is essential to your project).

Thanks for a great script Keith.

flatsteve avatar Jul 29 '13 08:07 flatsteve

+1 to this one. Script doesn't work with 1-lined css.

pluff avatar Mar 06 '14 07:03 pluff

Yup +1, I have this problem too I think. It's the only reason why I can see why it is not working anyway.

CHEWX avatar Sep 03 '14 11:09 CHEWX

Would be great to see fix for that... But since repo seems to be dead, there is very little hope for that...

ArmorDarks avatar May 30 '15 07:05 ArmorDarks