mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-31 15:29:32 +02:00
refactor(v2): rename class main-docs-wrapper to docs-wrapper (#4619)
This commit is contained in:
parent
2d89d5c84f
commit
073fdeae8e
3 changed files with 8 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
--doc-sidebar-width: 300px;
|
||||
}
|
||||
|
||||
:global(.main-docs-wrapper) {
|
||||
:global(.docs-wrapper) {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ export const ThemeClassNames = {
|
|||
wrapper: {
|
||||
main: 'main-wrapper',
|
||||
blogPages: 'blog-wrapper',
|
||||
docPages: 'main-docs-wrapper',
|
||||
docPages: 'docs-wrapper',
|
||||
mdxPages: 'mdx-wrapper',
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue