Skip to content

Commit

Permalink
Docs: Update JS deps
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Dec 22, 2024
1 parent 55ccf79 commit 1789d60
Show file tree
Hide file tree
Showing 6 changed files with 1,531 additions and 1,466 deletions.
6 changes: 3 additions & 3 deletions docs/src/scss/utilities/_convert.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
///
@function hex2hsl($color) {
@return
round(color.channel($color, "hue", $space: hsl)),
round(color.channel($color, "saturation", $space: hsl)),
round(color.channel($color, "lightness", $space: hsl));
math.round(color.channel($color, "hue", $space: hsl)),
math.round(color.channel($color, "saturation", $space: hsl)),
math.round(color.channel($color, "lightness", $space: hsl));
}

// ----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/theme/assets/pymdownx-extras/extra-add764b01e.css.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1789d60

Please sign in to comment.