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
While that's technically correct, it isn't very helpful. It makes this - otherwise very useful rule - too chatty.
Strictly speaking, it confuses one issue with another. Disallowing star/underscore hacks is a completely different thing. Filter hacks should be handled by dedicated rules. Therefore, the known-properties rule should silently pretend that the property name isn't prefixed with '*' or '_'.
The text was updated successfully, but these errors were encountered:
We're not debating the approach here. The CSS Lint parser does understand hacks, so it should give better messages. Perhaps we should add a rule to disallow star and underscore hacks, but that's not the job of this rule.
While that's technically correct, it isn't very helpful. It makes this - otherwise very useful rule - too chatty.
Strictly speaking, it confuses one issue with another. Disallowing star/underscore hacks is a completely different thing. Filter hacks should be handled by dedicated rules. Therefore, the known-properties rule should silently pretend that the property name isn't prefixed with '*' or '_'.
The text was updated successfully, but these errors were encountered: