You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where !ie acts as an !important and the string after ! can be anything.
Currently it causes a parse error.
ERROR: Expected RBRACE at line X, col Y. This rule looks for recoverable syntax errors. (errors) Browsers: All
Similarly, sass uses !default so it would be nice to kind of detect for that, instead of blowing up.
The text was updated successfully, but these errors were encountered:
jameswilson
changed the title
Support warning when string after ! is anything other than "important"
Warn when string after ! is anything other than "important"
May 28, 2015
You're right that is a valid workaround AND it doesn't throw any parsing errors! But certainly seeing selector { property: value !ie7andbelow; } is clearer than the star hack, particularly on aging projects.
Similar to issue #21. Would be nice to see support for this IE<=7 hack:
Where
!ie
acts as an!important
and the string after ! can be anything.Currently it causes a parse error.
Similarly, sass uses
!default
so it would be nice to kind of detect for that, instead of blowing up.The text was updated successfully, but these errors were encountered: