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