css-explore 1.1.0

Creator: codyrutscher

Last updated:

Add to Cart

Description:

cssexplore 1.1.0

css-explore
This originally started as a tool to visualize the parse tree of a css
document, but more or less turned into a pretty printer.
The reason I made this project was to compare compilation outputs of various
implementations of scss in an effort to switch a codebase from one compiler
to another.
This uses:

reworkcss/css for parsing
ekalinin/nodeenv for bootstrapping node

Usage
$ css-format --help
usage: css-format [-h] filename

positional arguments:
filename

optional arguments:
-h, --help show this help message and exit

Example run:
$ echo 'body{color:red}' > test.css
$ css-format test.css
body {
color: red;
}

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.