I want to apply my style rule only if the li has both .class1 and .class2 classes applied.
<li class='class1 class2'>
Solution :
.class1.class2 { /* style here */ }
No comments:
Post a Comment