zweilove / css_splitter

Gem for splitting up stylesheets that go beyond the IE limit of 4095 selectors, for Rails 3.1+ apps using the Asset Pipeline.
MIT License
160 stars 47 forks source link

Not correctly parsing filter styles #20

Closed Jayphen closed 11 years ago

Jayphen commented 11 years ago

I'm getting the following error when trying to load any view

Invalid CSS after "...pha(Opacity=40)": expected expression (e.g. 1px, bold), was ";"

It seems like IE proprietary filter properties aren't parsing correctly… or am I missing something here?

jhilden commented 11 years ago

Can you please provide a little more details about the issue, otherwise it is impossible for me to help you.

The greatest help would acutally be if you could create a test case for the issue.

jhilden commented 11 years ago

@Jayphen can you provide additional details that would help me to debug the issue? Otherwise I'll just close this issue.

Jayphen commented 11 years ago

I think I may have found an alternate solution in the end (instead of using css_splitter).

jhilden commented 11 years ago

Too bad, that we didn't get the chance to fix this bug/issue.