lewp-css 0.2.0

Domain model for CSS Stylesheets. Allowing effective minification and transformations such as autoprefixing and removal by other crates. Updated and maintained version for lewp.
Documentation
1
2
3
4
5
6
7
8
use crate::define_css_keyword_enum;

define_css_keyword_enum!
(
    ReducedMotion:
    "no-preference" => nopreference,
    "reduce" => reduce
);