mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Remove @debug statements
This commit is contained in:
@@ -22,10 +22,6 @@
|
|||||||
@return (map-get($color-rgb, 'red') * .2126) + (map-get($color-rgb, 'green') * .7152) + (map-get($color-rgb, 'blue') * .0722)
|
@return (map-get($color-rgb, 'red') * .2126) + (map-get($color-rgb, 'green') * .7152) + (map-get($color-rgb, 'blue') * .0722)
|
||||||
|
|
||||||
@function findColorInvert($color)
|
@function findColorInvert($color)
|
||||||
// @if (colorLuminance($color) > 0.67)
|
|
||||||
// @return rgba(black, 0.7)
|
|
||||||
@debug #{$color}
|
|
||||||
@debug colorLuminance($color)
|
|
||||||
@if (colorLuminance($color) > 0.55)
|
@if (colorLuminance($color) > 0.55)
|
||||||
@return rgba(black, 0.7)
|
@return rgba(black, 0.7)
|
||||||
@else
|
@else
|
||||||
|
|||||||
Reference in New Issue
Block a user