Crate css_dataset

Source
Expand description

This crate contains CSS reference data set, such as known functions and properties.

This crate should be used for CSS tooling, not normal users.

Modules§

autoprefixable
Properties, property values, pseudo classes and pseudo elements that can be prefixed by Autoprefixer.
media
Data of media query, such as media feature names.
pseudo_classes
Collections of known CSS pseudo classes.
pseudo_elements
Collections of known CSS pseudo elements.
tags
Lists of known HTML tags, MathML tags and SVG tags.

Statics§

AT_RULES
Known CSS at-rule names.
FUNCTIONS
Known CSS functions.
PROPERTIES
Known CSS properties.