Skip to content

Commit

Permalink
docs(functions/color): update.
Browse files Browse the repository at this point in the history
  • Loading branch information
sciborrudnicki committed Jul 15, 2022
1 parent ddd17bc commit 0fb4a68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/functions/_color.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@use '../variables' as *;

// Get color from css variable.
/*
The function `color()` returns the hsla color from a CSS variable of the given `$name`.
*/
@function color(
$name,
$hue: 0deg,
Expand Down

0 comments on commit 0fb4a68

Please sign in to comment.