Created by: deilv
Fixes #18300 (closed).
The !important tag should not be used in every possible scenario, because it leads to cascading css problems.
However, it's highly recommended for utility classes such as "text--left", "text--right" and "text-*-center". These utility classes are only used inline and you actually expect them to be enforced and override any other behavior of that element.