-
Notifications
You must be signed in to change notification settings - Fork 478
Closed
Description
I'd like to be able to specify rules on a per-file basis by embedding the options directly in the CSS file as a comment, similar to jslint and jshint:
/*csslint --ignore=adjoining-classes,box-sizing --error=universal-selector */
Or, to follow jslint convention (defaults to warn, false is ignore, true is error):
/*csslint adjoining-classes:false, box-sizing:false, universal-selector:true */
Metadata
Metadata
Assignees
Labels
No labels