Crate my_rust_css_parser

Crate my_rust_css_parser 

Source
Expand description

CSS Parser CLI

This parser allows you to parse CSS files, identifying the main selector types (class, id, or element selector) and primary attributes with their values.

Enums§

Rule

Functions§

parse_css