f1x0r CSS comment

pull/2973/head
Matthew Hodgson 2017-01-18 16:06:02 +00:00
parent 708fd640f7
commit acb85b7b72
1 changed files with 3 additions and 2 deletions

View File

@ -28,8 +28,9 @@ limitations under the License.
// https://babeljs.io/docs/plugins/transform-runtime/
require('babel-polyfill');
// CSS requires: just putting them here for now as CSS is going to be
// refactored "soon" anyway
// Require common CSS here; this will make webpack process it into bundle.css.
// Our own CSS (which is themed) is imported via separate webpack entry points
// in webpack.config.js
require('gemini-scrollbar/gemini-scrollbar.css');
require('gfm.css/gfm.css');
require('highlight.js/styles/github.css');