Pageworks / papertrain

Papertrain: a Craft CMS 3 framework
http://download.papertrain.io
MIT License
5 stars 2 forks source link

Lowercase Utility #34

Closed codewithkyle closed 5 years ago

codewithkyle commented 5 years ago

Add this to the _helpers.scss utility class.

.u-lowercase{
    text-transform: lowercase !important;
}