🤩 I’m very (VERY!) excited about CSS `ident()` – a feature I proposed and specced – getting prototyped.
This allows me to reduce the amount of CSS I have to write when multiple items that behave in the same need to have a unique name.
See
brm.us/ident for an intro.

The Future of CSS: Construct <custom-ident> and <dashed-ident> values with ident()
Uniquely name a bunch elements in CSS in one go! Instead of assigning 100 unique names through 100 declarations, write only 1 and use ident() to construct the names.