is_matching_line_width

Function is_matching_line_width 

Source
pub fn is_matching_line_width(value: &str) -> bool
Expand 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"));