Created by: Starsam80
I've noticed a trend that we're removing xs
from class names, so I thought that we should do this for the text utilities too. All I did was grep all the files for lines containing text-xs-
and replaced that with just text-
, and use the SCSS logic from scss/utilities/_spacing.scss
(at line 20) to get rid of the -xs
.