We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To run CSS Lint from within a Node.js application use the following:
var cssLint = require('csslint').CSSLint; var result = cssLint.verify("h1 { color: red; }");