add !important to text-(color)
This commit is contained in:
@@ -32,6 +32,6 @@
|
||||
// text color variations
|
||||
@each $name, $color in $colors {
|
||||
.text-#{$name} {
|
||||
color: #{$color};
|
||||
color: #{$color} !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user