sass-planifolia

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

commit
458e8adcb147d6733bae2b611bb87cf8e8158c0b
parent
5693be736cf3f12b97b53360f68cf5693070b02b
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-07-21 07:13
typos

Diffstat

M sass/contrast.scss 4 ++--

1 files changed, 2 insertions, 2 deletions


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

@@ -16,7 +16,7 @@ $planifolia-contrast-light-default: white !default;
   16    16     @return $x / 12.92;
   17    17   } @else {
   18    18     $c: ($x + .055) / 1.055;
   19    -1     // approximation for pow($x, 2.4)
   -1    19     // approximation for pow($c, 2.4)
   20    20     @return (133 * $c * $c * $c + 155 * $c * $c) / 288;
   21    21   }
   22    22 }
@@ -121,7 +121,7 @@ $planifolia-contrast-light-default: white !default;
  121   121   }
  122   122 }
  123   123 
  124    -1 /// Warn if the contrast is below a threshold
   -1   124 /// Warn if the contrast is below a threshold.
  125   125 ///
  126   126 /// @param {color} $color1 background color
  127   127 /// @param {color} $color2 foreground color