is_matching_line_style

Function is_matching_line_style 

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