is_matching_absolute_size

Function is_matching_absolute_size 

Source
pub fn is_matching_absolute_size(value: &str) -> bool
Expand description

Returns whether the CSS value is an absolute size.

ยงExample

use encre_css::utils::value_matchers::is_matching_absolute_size;
assert!(is_matching_absolute_size("xx-small"));