Skip to content

Commit

Permalink
[docs] Glamorous is deprecated for emotion (mui#12963)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored and marcelpanse committed Oct 2, 2018
1 parent e90bf60 commit 56b73c3
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 178 deletions.
5 changes: 1 addition & 4 deletions docs/src/modules/components/Demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@ import React from 'react';
import ReactDOM from 'react-dom';
import Demo from './demo';
const rootElement = document.querySelector('#root');
if (rootElement) {
ReactDOM.render(<Demo />, rootElement);
}
ReactDOM.render(<Demo />, document.querySelector('#root'));
`,
'index.html': `
<body>
Expand Down
31 changes: 0 additions & 31 deletions docs/src/pages/guides/interoperability/ReactJss.js

This file was deleted.

Loading

0 comments on commit 56b73c3

Please sign in to comment.