Come2Daddy 7 лет назад
Родитель
Сommit
3f7be4573d
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      sass/base/helpers.sass

+ 2 - 0
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