Maikel Krause
maikelkrause.bsky.social
Maikel Krause
@maikelkrause.bsky.social
What I'd really want is the ability to render some kind of "overflow menu". Maybe a pseudo-element for all the wrapped items. Wrap detection in CSS could probably be a part of that, but wouldn't be the whole solution.
November 3, 2025 at 8:36 PM
I don't see any Sass-style nesting. Nesting `&:hover {}` works in vanilla CSS. The `#{...}` interpolation is most likely Sass though.
November 1, 2025 at 11:30 AM
Nice, very elegant. Who needs `@container anchored()` anyway
October 31, 2025 at 7:29 PM
Use case 5: less naming conflicts. If you've used something like #BEM you know this can get unwieldy. With `@scope` you don't need to worry about conflicts as much, since #CSS rules for the closest "component" win out over those further up the tree.

(Ofc. CSS Modules, Tailwind etc. also solve this)
October 31, 2025 at 7:18 PM
Use case 4: scope #CSS to the parent element in an inline `