libcss

CSS parser and selection engine library for parsing and selecting CSS

brewmacoslinux
Try with needOr install directly
Source

About

CSS parser and selection engine

Commands

libcss

Examples

Parse a CSS file and output the parsed stylesheet structure$ libcss parse style.css
Select elements from HTML using CSS selectors with libcss library$ libcss select '.classname' document.html
Validate CSS syntax in a stylesheet$ libcss validate styles.css