Grails Csslint

This plugin allows a user to run grails csslint and get the lint output.

Config

This plugin accepts the following configs

Example

csslint.warnings = "ids"
csslint.errors = "important,font-sizes"

All Options

Option
errorsA List of rules to use as errors.
warningsA list of rules to use as warnings.
includesA list of file selectors to include, ex: web-app/css/**/*.css
outputFileFile for output
formatFormat of the output file.