Would be nice if there was no !important usage:
Hi @Shane,
The referred utility CSS classes use !important
to ensure they override conflicting declarations from the same origin and cascade layer. Applying !important
to reusable classes improves control over HTML presentation and reduces the need to write additional CSS.