salomonelli / best-resume-ever

:necktie: :briefcase: Build fast :rocket: and easy multiple beautiful resumes and create your best CV ever! Made with Vue and LESS.
https://salomonelli.github.io/best-resume-ever
MIT License
16.31k stars 2.28k forks source link

Remove forced uppercase for person.name.last || Creative.vue #372

Open awareness481 opened 4 years ago

awareness481 commented 4 years ago

This PR contains:

An improvement on the Creative.vue template

Describe the problem you have without this PR

The Creative.vue template forces uppercase on the last name of the person. That makes the name look inconsistent as neither first name or middle name are uppercase by default. Removing class="uppercase" allows the user to choose whether they want their last name to be in uppercase or not. Currently the last name will always be in uppercase.