DEV Community

Discussion on: CSS Flag: India

Collapse
 
j471n profile image
Jatin Sharma

I didn't knew about that. Thanks for sharing :)

Collapse
 
qm3ster profile image
Mihail Malo

It doesn't exist. (yet?)

Thread Thread
 
j471n profile image
Jatin Sharma

It does actually, you can see th documentation. But it just works with ::before and ::after

Thread Thread
 
qm3ster profile image
Mihail Malo • Edited

That's just counter().
counter-value() enables it to be used in calc(), not only in content:, which only affects pseudo-elements.