How can I capitalize a word in the breadcrumb?

That did not work but this did -

li.t4s-breadcrumbs__item {
text-transform: capitalize;
}