mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix #1789
This commit is contained in:
committed by
Jeremy Thomas
parent
9e28514b95
commit
3f7be4573d
@@ -108,6 +108,8 @@ $alignments: ('centered': 'center', 'justified': 'justify', 'left': 'left', 'rig
|
|||||||
@each $name, $shade in $shades
|
@each $name, $shade in $shades
|
||||||
.has-text-#{$name}
|
.has-text-#{$name}
|
||||||
color: $shade !important
|
color: $shade !important
|
||||||
|
.has-background-#{$name}
|
||||||
|
background-color: $shade !important
|
||||||
|
|
||||||
.has-text-weight-light
|
.has-text-weight-light
|
||||||
font-weight: $weight-light !important
|
font-weight: $weight-light !important
|
||||||
|
|||||||
Reference in New Issue
Block a user