This commit is contained in:
Jeremy Thomas
2020-01-05 13:27:54 +00:00
parent 50e995000f
commit 5ba407bf91
9 changed files with 82 additions and 389 deletions

View File

@@ -96,3 +96,8 @@
$target-l: round($base-l + ($luminance-delta * 53))
@return change-color($color, $lightness: max($base-l, $target-l))
@return $text-strong
@function bulmaRgba($color, $alpha)
@if type-of($color) == 'color'
@return rgba($color, $alpha)
@return $color