Commit 84f607f
committed
fix: wrap h4 CSS selectors in :global() to silence unused-selector warnings
The h4 elements are injected by MDsveX markdown rendering at runtime,
not present in the static Svelte template, so Svelte's scoped CSS
analyser correctly cannot find them. Using :global() mirrors how the
existing blockquote rule in the same file is already handled.1 parent 904f4c5 commit 84f607f
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1598 | 1598 | | |
1599 | 1599 | | |
1600 | 1600 | | |
1601 | | - | |
| 1601 | + | |
1602 | 1602 | | |
1603 | 1603 | | |
1604 | 1604 | | |
| |||
1679 | 1679 | | |
1680 | 1680 | | |
1681 | 1681 | | |
1682 | | - | |
| 1682 | + | |
1683 | 1683 | | |
1684 | 1684 | | |
1685 | 1685 | | |
| |||
0 commit comments