From: Daniel Bayerlein Date: Mon, 3 Oct 2016 12:01:08 +0000 (+0200) Subject: Remove @debug statements X-Git-Tag: 0.2.3~4^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F334%2Fhead;p=thirdparty%2Fbulma.git Remove @debug statements --- 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