Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dear-lizhihua committed Feb 6, 2017
1 parent 500ca83 commit 64edd20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions antwar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ function combineContexts(context1, context2) {
}
}
webpackContext.keys = () => {
"use strict";

let keys1 = context1.keys();
let keys2 = context2.keys();
return _.chain(keys1).concat(keys2).sortBy().uniq().value();
Expand Down
1 change: 1 addition & 0 deletions styles/markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

p, blockquote, table, pre {
margin:1em 0;
font-size: 0.875em;
}

ul, ol, dl {
Expand Down

0 comments on commit 64edd20

Please sign in to comment.