Skip to content

Commit

Permalink
Fix #1789
Browse files Browse the repository at this point in the history
  • Loading branch information
Come2Daddy authored and jgthms committed Apr 15, 2018
1 parent 9e28514 commit 3f7be45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sass/base/helpers.sass
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ $alignments: ('centered': 'center', 'justified': 'justify', 'left': 'left', 'rig
@each $name, $shade in $shades
.has-text-#{$name}
color: $shade !important
.has-background-#{$name}
background-color: $shade !important

.has-text-weight-light
font-weight: $weight-light !important
Expand Down

0 comments on commit 3f7be45

Please sign in to comment.