don't use shadow dom to render markdown (for now)

This commit is contained in:
Sérgio Ramos 2016-10-26 11:56:51 +01:00
parent f6fdb635da
commit bd5a8db896
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,6 @@
/* - TOOD: Use our own grid
*/
const React = require('react');
const ReactRouter = require('react-router');

View File

@ -19,7 +19,9 @@ const plugins = {
require('postcss-cssnext')()
]
},
'embed-markdown-loader': {}
'embed-markdown-loader': {
mode: 'plain'
}
}
})
};