提交 3a0fe434 编写于 作者: O Olivier Tassinari 提交者: Tim Neutkens

Fix escape issue (#2115)

For instance:
```css
.MuiGrid-gutter-xs-8-1393152966 > .MuiGrid-typeItem-3088349198 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
```
上级 e1d5c3df
......@@ -9,11 +9,7 @@ export default class MyDocument extends Document {
const styleContext = getDefaultContext()
return {
...page,
styles: (
<style id='jss-server-side' type='text/css'>
{styleContext.styleManager.sheetsToString()}
</style>
)
styles: <style id='jss-server-side' dangerouslySetInnerHTML={{ __html: styleContext.styleManager.sheetsToString() }} />
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册