1.6.3 • Published 6 years ago

cssa v1.6.3

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
6 years ago

cssa

Auditing tool for css. Checks constraints against a css files. The constraints are described in a json file.

Install

npm install cssa

Usage

cssa [options] <css_file_paths>

Options:

-w, --whitelist <whitelist>  list of allowed properties
-o, --output <output>        path to json output file
-h, --help                   output usage information

e.g.:

$ cssa hello_world.css

Configuration file

The whitelist is simply the list of allowed properties. For instance:

["display", "width", "margin"]

Legacy mode

For older versions of node, which do not implement ES6, you can alternatively use script cssa-legacy.

License

cssa is licensed under the GPL-3.0 license

1.6.3

6 years ago

1.6.1

6 years ago

1.6.0

6 years ago

1.5.0

6 years ago

1.4.2

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago