From 91bcdb6d742482ebee25a772c0ff799f7794fcf7 Mon Sep 17 00:00:00 2001 From: Daniel Bayerlein Date: Mon, 3 Oct 2016 14:01:08 +0200 Subject: [PATCH] Remove @debug statements --- sass/utilities/functions.sass | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sass/utilities/functions.sass b/sass/utilities/functions.sass index 02dede38a..fa0902452 100644 --- a/sass/utilities/functions.sass +++ b/sass/utilities/functions.sass @@ -22,10 +22,6 @@ @return (map-get($color-rgb, 'red') * .2126) + (map-get($color-rgb, 'green') * .7152) + (map-get($color-rgb, 'blue') * .0722) @function findColorInvert($color) - // @if (colorLuminance($color) > 0.67) - // @return rgba(black, 0.7) - @debug #{$color} - @debug colorLuminance($color) @if (colorLuminance($color) > 0.55) @return rgba(black, 0.7) @else -- 2.47.2