mirror of
https://github.com/jgthms/bulma
synced 2026-03-24 05:49:35 -07:00
Fix #2741
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user