From 3f7be4573da0d4584a7fcf25a0427ad59a24a391 Mon Sep 17 00:00:00 2001 From: Come2Daddy Date: Sun, 15 Apr 2018 02:11:28 +0200 Subject: [PATCH] Fix #1789 --- sass/base/helpers.sass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sass/base/helpers.sass b/sass/base/helpers.sass index cc406672..32cafa4f 100644 --- a/sass/base/helpers.sass +++ b/sass/base/helpers.sass @@ -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