This is the CSSLint configuration to be used to run automatic tests on our CSS.
csslint
looks for a file named .csslintrc
in the current working directory.
So the easiest way to apply the configuration provided in this repository is to
create a symlink in the correct place.
$ ln -s path/to/csslintrc .csslintrc
$ csslint --format=compact directory/to/css/files/