CSSOM

CSSOM 0.3.1

Created as an implementation of the CSS Object Model in pure JavaScript, CSSOM can additionally be used to parse CSS structures into JavaScript objects. This means CSSOM can be used to accurately portray the structure of a stylesheet via JS code. Works...