You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -836,7 +836,7 @@ nimble buttons have `border: 1px solid` on all four sides. When buttons are laid
836
836
3.**`revert-layer` rejected during prototyping** — Before implementing `@scope`, `all: revert-layer` was tested on the datatable wrapper. It was either too aggressive (reverted grid/flex properties, breaking the datatable's own layout) or too selective (per-property revert lost specificity battles with the datatable's scoped styles). `@scope` cleanly prevents nimble's styles from entering the subtree without affecting the component's own styles.
837
837
838
838
**Issues NOT encountered:**
839
-
- Layout utilities (`.fluid`, `.full-bleed`) work correctly on `.no-nimble` elements — they're global
839
+
- Layout utilities (`.fluid`, `.bleed-full`) work correctly on `.no-nimble` elements — they're global
840
840
- All three routes (`/`, `/bangs`, `/bangs/sources`) render correctly
841
841
- No SvelteKit `display: contents` issue (handled automatically)
0 commit comments