I’m trying to write css using pseudo classes like: (:last, :first, etc …)
but it’s not being applied to the elements corresponding with the pseudo class
I’m wondering if pseudo classes are supported?
This topic was modified 7 years, 3 months ago by sirajka.
Hi,
pseudo class are supported, probably your CSS rules are overriden by more specific selectors.
You should inspect your code to find out which rules are overriding yours.
Best,
Daniele
Viewing 1 replies (of 1 total)
The topic ‘Pseudo Classes support?’ is closed to new replies.