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.