Skip to content

Commit 91bcdb6

Browse files
Remove @debug statements
1 parent e9a0e61 commit 91bcdb6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

sass/utilities/functions.sass

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
@return (map-get($color-rgb, 'red') * .2126) + (map-get($color-rgb, 'green') * .7152) + (map-get($color-rgb, 'blue') * .0722)
2323

2424
@function findColorInvert($color)
25-
// @if (colorLuminance($color) > 0.67)
26-
// @return rgba(black, 0.7)
27-
@debug #{$color}
28-
@debug colorLuminance($color)
2925
@if (colorLuminance($color) > 0.55)
3026
@return rgba(black, 0.7)
3127
@else

0 commit comments

Comments
 (0)