1.6.3 • Published 7 years ago

cssa v1.6.3

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
7 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

7 years ago

1.6.1

7 years ago

1.6.0

7 years ago

1.5.0

7 years ago

1.4.2

7 years ago

1.4.1

7 years ago

1.4.0

7 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago