frontend-tips
frontend-tips copied to clipboard
Super tiny, quick tips, tricks and best practices of front-end development
Results
2
frontend-tips issues
Sort by
recently updated
recently updated
newest added
Xin Chao, This doesn't work: https://github.com/phuocng/frontend-tips/blob/main/contents/select-the-direct-children-of-an-element.mdx Chrome says about it: "'> *' is not a valid selector." But you can instead use the :scope [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS) [pseudo-class](https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-classes) as the left side...