mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 20:54:30 -07:00
Update elements to CSS variables
This commit is contained in:
@@ -117,7 +117,6 @@
|
||||
@return $color
|
||||
|
||||
@function bulmaRgba($color, $alpha)
|
||||
@debug $color
|
||||
@if type-of($color) != 'color'
|
||||
@return $color
|
||||
@return rgba($color, $alpha)
|
||||
|
||||
Reference in New Issue
Block a user