Skip to content

Commit e6cb05a

Browse files
authored
docs: fix css leaking (#16603)
1 parent d3e4b59 commit e6cb05a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/assets/scss/components/rules.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
}
6666
}
6767

68-
.rule {
68+
.rule:not(.token) {
6969
border-radius: var(--border-radius);
7070
background-color: var(--lightest-background-color);
7171
display: flex;

0 commit comments

Comments
 (0)