Gem for splitting up stylesheets that go beyond the IE limit of 4095 selectors, for Rails 3.1+ apps using the Asset Pipeline.
160
stars
47
forks
source link
Splitting breaks if 4095th selector is nested within @media query #9
Closed
jhilden closed 10 years ago
If the 4095th selector is nested within a
@media
query, the stylesheet can't be properly split.}
We need to create a testcase and bugfix for this issue.
Some somewhat related discussion has already happened in #2