how to isolate an element from specific styles
i want to isolate this .not-content element from global styles but i want an other
styles to effect
7 Replies
if that element has a unique class/id, you could try this
then you can target everything inside and give it your specific styles
thanks but that don't save form global styles
line-height: 1.5;
why are you wrapping everything in :where and :is?
i well remove it if you want
I'm just confused why you're using them
i just was trying something for every child for these elelments
and :is was just easer
and :is fixes " , " specify issue