Skip to content

Builds abstract model of CSS files to help with analysis -- constructs dependencies between declarations

Notifications You must be signed in to change notification settings

matthewhague/css-builder

Repository files navigation

CSS Builder

A tool/library for building an abstract representation of a CSS file as a set of pairs (selector, declaration) with an ordering (representing the order selectors must appear in the CSS file to maintain the overriding semantics). Can also be used to test whether two selectors may match the same node in some DOM.

Requirements:

(Possibly a superset)

Borrowed and modified code from

Running

python main.py --help

where "python" is your python 2.7 command.

About

Builds abstract model of CSS files to help with analysis -- constructs dependencies between declarations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published