Quantity Queries
Category: Link
Using :nth-child
(and friends), you can write selectors that target elements when they have a certain number of siblings. So you can write CSS that, for example, styles widgets to be 33.33% wide if there are exactly 3 of them.
The selectors are a bit complicated though, so this tool by Drew Minns is pretty helpful.
And perhaps controversially, a PostCSS plugin for the same.
Direct Link to Article — Permalink
Quantity Queries is a post from CSS-Tricks
LEAVE A REPLY
You must be logged in to post a comment.