CSS Bar Charts Using Modern Functions | CSS-Tricks
New CSS features like sibling-index() and attr() enable creating declarative, efficient bar charts using CSS Grid and data-attributes with minimal markup.
Sequential linear() Animation With N Elements | CSS-Tricks
Use sibling-index() and sibling-count() with the linear() timing function to create automatically staggered sequential animations for any number of sibling elements.