Crate polished_css
Source - data_type
- The common values and units that CSS properties accept.
- function
- Statements that invoke special data processing or calculations to return a
CSS value for a CSS property.
- prelude
- The styles prelude - alleviate imports of many common types.
- property
- Characteristic (like
color
) whose associated value defines one aspect of
how the UI engine should display the element. - selector
- Patterns that match against elements in a tree, and as such form one of
several technologies that can be used to select nodes in a document.
- style
- Specififies the look and feel of a targetted UI element(s).
- utils
- Utilities to be used along with this crate.
- create_property
- create_unit