Skip to main content

Visualizations of a css parse tree

Project description

Build Status Azure DevOps coverage

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:

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;
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

css_explore-1.1.0.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

css_explore-1.1.0-py2.py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page