mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 00:39:45 +02:00
feat(v2): support non-css modules when loading styles (#1069)
This commit is contained in:
parent
13b23edd12
commit
c7336462ec
24 changed files with 439 additions and 430 deletions
23
v2/lib/theme/Doc/styles.module.css
Normal file
23
v2/lib/theme/Doc/styles.module.css
Normal file
|
@ -0,0 +1,23 @@
|
|||
/**
|
||||
* Copyright (c) 2017-present, Facebook, Inc.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
.mainContainer {
|
||||
padding-left: 300px;
|
||||
}
|
||||
|
||||
.docContainer {
|
||||
flex-grow: 1;
|
||||
padding: 0 40px;
|
||||
}
|
||||
|
||||
.docContent {
|
||||
margin-bottom: 48px;
|
||||
}
|
||||
|
||||
.paginatorContainer {
|
||||
margin: 48px 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue