add !important to text-(color)

This commit is contained in:
REJack
2020-04-28 10:55:48 +02:00
parent 461a483144
commit 35782815ef
5 changed files with 24 additions and 24 deletions

View File

@@ -32,6 +32,6 @@
// text color variations
@each $name, $color in $colors {
.text-#{$name} {
color: #{$color};
color: #{$color} !important;
}
}