Recently, I came across a CSS rule-set in a library:
[text-uppercase] {
text-transform: uppercase;
}
I am intrigued by this and would like to implement it in a div
<div class="text-uppercase | [text-uppercase]"></div>
Unfortunately, neither method seems to be working for me. I'm encountering this issue while using ionic2.