CSS is used every day in our development, but it’s not uncommon to find new CSS properties that seem to have never been used before.

【 Continuously updated… 】

First, the Text – the transform

Previously, in form development, if you want to unify the case of user input content, you can only use JS toUpperCase or toLowerCase methods, and in vue project, you can use vue modifiers. Today, I realized that text-transform is just a CSS style

Text-transform provides four values:

None: no style

Uppercase: capital

Lowercase: lowercase

Capitalize: Capitalize the first letter of each word