pub fn is_matching_line_width(value: &str) -> boolExpand description
Returns whether the CSS value is a line width.
ยงExample
use encre_css::utils::value_matchers::is_matching_line_width;
assert!(is_matching_line_width("thin"));pub fn is_matching_line_width(value: &str) -> boolReturns whether the CSS value is a line width.
use encre_css::utils::value_matchers::is_matching_line_width;
assert!(is_matching_line_width("thin"));