Skip to content

Commit

Permalink
style: update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed Jun 5, 2023
1 parent 3d1066e commit 5759110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/skribble_core/src/config/css_variables.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ impl CssVariable {
return Ok(());
}

if self.is_color() {
if self.is_color() {
value = options.color_format.get_color(value)?.to_string();
let hsla = options.color_format.get_hsla(&value)?;

Expand Down

0 comments on commit 5759110

Please sign in to comment.