pub fn is_matching_absolute_size(value: &str) -> boolExpand 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"));pub fn is_matching_absolute_size(value: &str) -> boolReturns whether the CSS value is an absolute size.
use encre_css::utils::value_matchers::is_matching_absolute_size;
assert!(is_matching_absolute_size("xx-small"));