Reduce DOM dependency
Remove descendant selectors where they are unneccesary.
From:
To:
Why?
If the HTML changes, your CSS is now broken, you probably didn't want that to happen.
Last updated
Was this helpful?
Remove descendant selectors where they are unneccesary.
From:
To:
Why?
If the HTML changes, your CSS is now broken, you probably didn't want that to happen.
Last updated
Was this helpful?