diff --git a/less/text.less b/less/text.less index 3b9ecc3..5de0020 100644 --- a/less/text.less +++ b/less/text.less @@ -36,6 +36,10 @@ .uk-text-light-grey { color: @text-light-grey; } + + .uk-text-transform-none { + text-transform: none !important; + } } @media only screen and (max-width: @breakpoint-medium-max) {