summaryrefslogtreecommitdiffstats
path: root/src/parse_style.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse_style.rs')
-rw-r--r--src/parse_style.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse_style.rs b/src/parse_style.rs
index 6b7179a9..cf595553 100644
--- a/src/parse_style.rs
+++ b/src/parse_style.rs
@@ -37,7 +37,7 @@ impl Style {
}
/// Construct Style but interpreting 'ul', 'box', etc as applying to the decoration style.
- fn from_str_with_handling_of_special_decoration_attributes(
+ pub fn from_str_with_handling_of_special_decoration_attributes(
style_string: &str,
default: Option<Self>,
decoration_style_string: Option<&str>,