We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1efa9e commit 7a23ebdCopy full SHA for 7a23ebd
2 files changed
examples/1.html
@@ -43,6 +43,7 @@
43
display: block;
44
}
45
</style>
46
+ <link rel="stylesheet" href="/react-resizable/css/styles.css" />
47
<script src="//fb.me/react-15.0.0.js"></script>
48
<script src="//fb.me/react-dom-15.0.0.js"></script>
49
<script src="/react-resizable/dist/bundle.js"></script>
test/TestLayout.js
@@ -1,7 +1,6 @@
1
import React from 'react';
2
import Resizable from '../lib/Resizable';
3
import ResizableBox from '../lib/ResizableBox';
4
-import 'style-loader!css-loader!../css/styles.css';
5
6
export default class TestLayout extends React.Component {
7
state = {width: 200, height: 200};
0 commit comments