I haven't found any documentation yet, so I don't think this is possible. But it is worth asking.
Is it possible to specify the actual text inside the style within the stylesheet?
I have several places that use the same text in the same div places. And instead of using javascript or retyping the same text in a div, I wondered if the styles could have the actual “text” inserted inside.
.someclass {
text:"for example";
color:#000;
}
I could click this one.
source
share