Move CSS variables to message scope

This commit is contained in:
Jeremy Thomas
2020-08-15 09:36:21 +01:00
parent 0e4eda2d81
commit eef8f5577f
9 changed files with 120 additions and 11466 deletions

View File

@@ -118,7 +118,6 @@
@function bulmaRgba($color, $alpha)
@if type-of($color) != 'color'
@debug $color
@return $color
@return rgba($color, $alpha)