mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
10 lines
128 B
SCSS
10 lines
128 B
SCSS
.personName {
|
|
font-variant: small-caps;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.personName {
|
|
text-transform: capitalize;
|
|
}
|
|
|