Component Isolation (.no-nimble)
The .no-nimble class opts an element out of nimble.css typography, form, and component styles. This requires no-nimble.js which wraps scopeable rules in @scope at runtime. Layout utilities (.container, .grid, .bleed-edge, .bleed-wide, .bleed-full) remain global and still work on .no-nimble elements.
Compare the elements below with the styled versions above — these should render in browser defaults.
Heading Inside .no-nimble
This paragraph is inside a .no-nimble container. It should use browser-default font sizing, margins, and line-height instead of nimble.css typography.
Buttons
Form
Table
| Item | Status |
|---|---|
| Scoped out | Yes |
| Browser defaults | Active |
Blockquote
This blockquote should use browser-default styling, not nimble.css styling.
Details/Summary
This should also render without nimble.css details styling.