docs(ConfigProvider): fix how to override basic css variables (#11434)

* docs(ConfigProvider): fix how to override basic css variables

* docs(ConfigProvider): add notes about two `:root` selectors
This commit is contained in:
Jungzl
2022-12-29 19:33:10 +08:00
committed by GitHub
parent 53ec8a91a1
commit 1eea4fcd53
3 changed files with 17 additions and 2 deletions

View File

@@ -15,6 +15,13 @@ code {
border-radius: var(--van-doc-border-radius);
}
p {
code {
display: inline-flex;
padding: 4px 10px;
}
}
pre {
margin: 20px 0 0;