Skip to content
Advertisement

Tag: less

how to remove top or root class from child element

I am trying to transpile this scss to css input output expected output In my output .abc class added in all item . I want it should add only on top element ? how to remove .abc class from child element Answer It’s not possible using the parent selector. The only way I can think of is to store the

Advertisement