mirror of
https://github.com/youzan/vant.git
synced 2026-02-27 02:00:20 +08:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user