/postcss-darlec

allow to lint preprocessed css

Primary LanguageJavaScriptMIT LicenseMIT

postcss-darlec

Build Status NPM version Coverage Status Dependency Status

allow/disallow specific css properties

Usage: postcss-darlec [options] <css-file> [<source-map>]

Iterates through all files and looks for a .css-darlec file in the source files directory or its parent directories. The .css-darlec file limits the usage of the css properties

Tests

Build Status Coverage Status

Run unit tests:

  npm install
  npm test

License

MIT (http://www.opensource.org/licenses/mit-license.php)