9 lines
133 B
SCSS
9 lines
133 B
SCSS
h1, h2, h3, h4, h5, h6 {
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
label, legend, button {
|
|
:first-letter {
|
|
text-transform: capitalize;
|
|
}
|
|
}
|