Does there exist a CSS validator where one could hint inside a file, á la jslint, what validation rules are and are not effective inside this file or a rule.
I tried
W3C validator
csslint
Neither of them offers this functionality and always lead to validation errors for a mark-up which one wants to use (IE hacks, vendor extensions)
To clarify matters further: I'd like to use this validator in a commit hook to catch CSS which does not conform the project policy. I am not that interested if people think if vendor prefixes are good or bad.