Style Isolation tests
This shows how to isolate your components from Docusaurus global styles. A workaround for this issue.
| Example | Normal | Isolated | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| h1 | title | title | ||||||||||||
| p | text | text | ||||||||||||
| a | ||||||||||||||
| code | code | code | ||||||||||||
| pre > code | | | ||||||||||||
| blockquote | some text | some text | ||||||||||||
| button | ||||||||||||||
| ul |
|
| ||||||||||||
| ol |
|
| ||||||||||||
| kbd | kbd | kbd | ||||||||||||
| shadow | shadow (KO) | shadow (KO) | ||||||||||||
| table |
|
| ||||||||||||
| Infima button primary | ||||||||||||||
| Infima alert danger | danger | danger | ||||||||||||
| Infima badge success | success | success |