Explain findColorInvert

This commit is contained in:
Jeremy Thomas
2017-05-05 13:04:16 +01:00
parent 1a76a23115
commit 9997d47d86
8 changed files with 228 additions and 6 deletions

View File

@@ -20,3 +20,7 @@ html
\::selection
background: $primary
color: $primary-invert
@debug "hsl(294, 71%, 79%)"
@debug colorLuminance(hsl(294, 71%, 79%))
@debug findColorInvert(hsl(294, 71%, 79%))