This plugin allows a user to run grails csslint and get the lint output.
This plugin accepts the following configs
csslint.warnings = "ids"
csslint.errors = "important,font-sizes"
Option | |
errors | A List of rules to use as errors. |
warnings | A list of rules to use as warnings. |
includes | A list of file selectors to include, ex: web-app/css/**/*.css |
outputFile | File for output |
format | Format of the output file. |