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