sass-planifolia

Vanilla Sass helper functions
git clone https://git.ce9e.org/sass-planifolia.git

commit
9de2334ccd1965469d8de0b7255438d79d9ec039
parent
bc04505f55af70df6183e3124ae0c0fe9c2f8bd5
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-10-17 18:29
clearer chroma docstring

Diffstat

M sass/color.scss 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/sass/color.scss b/sass/color.scss

@@ -292,7 +292,7 @@ $planifolia-colorspace: 'lab' !default;
  292   292 /// of the sRGB colorspace.
  293   293 ///
  294   294 /// @param {number} $lightness 0 .. 100
  295    -1 /// @param {number} $chroma 0 .. ca. 140
   -1   295 /// @param {number} $chroma 0 .. 100 (some colorspaces may go beyond)
  296   296 /// @param {angle} $hue
  297   297 /// @param {string} $colorspace ['lab'] one of 'lab', 'luv', 'hsl', 'yuv', 'hslab', 'hsluv'
  298   298 /// @return {color}