feat(v2): support non-css modules when loading styles (#1069)

This commit is contained in:
Yangshun Tay 2018-10-25 21:43:31 -07:00 committed by GitHub
parent 13b23edd12
commit c7336462ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 439 additions and 430 deletions

View 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;
}