Skip to content

Commit

Permalink
misc(v2): remove testing files
Browse files Browse the repository at this point in the history
  • Loading branch information
yangshun committed Jun 9, 2019
1 parent 0dfafff commit 7e00754
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 45 deletions.
15 changes: 0 additions & 15 deletions packages/docusaurus-theme-classic/src/commonjs-module.js

This file was deleted.

18 changes: 0 additions & 18 deletions packages/docusaurus-theme-classic/src/es-module.js

This file was deleted.

7 changes: 1 addition & 6 deletions packages/docusaurus-theme-classic/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@ module.exports = function(context, options) {
},

getClientModules() {
return [
'infima/dist/css/default/default.css',
path.resolve(__dirname, './commonjs-module'),
path.resolve(__dirname, './es-module'),
customCss,
];
return ['infima/dist/css/default/default.css', customCss];
},
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
max-width: 45em;
}

@media (min-width: 997px) {
.docItemContainer {
padding-left: 2rem;
}
}

.tableOfContents {
display: inherit;
max-height: calc(100vh - (var(--ifm-navbar-height) + 2rem));
Expand Down

0 comments on commit 7e00754

Please sign in to comment.