mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 20:54:30 -07:00
Add light color helpers
This commit is contained in:
@@ -108,3 +108,8 @@
|
||||
@if type-of($color) != 'color'
|
||||
@return $color
|
||||
@return darken($color, $amount)
|
||||
|
||||
@function bulmaLighten($color, $amount)
|
||||
@if type-of($color) != 'color'
|
||||
@return $color
|
||||
@return lighten($color, $amount)
|
||||
|
||||
Reference in New Issue
Block a user