We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84246cd commit d86997dCopy full SHA for d86997d
CHANGELOG.md
@@ -11,15 +11,10 @@ All notable changes to this project will be documented in this file. See [standa
11
* put style.css file in the correct place ([30dedbd](https://github.com/fritz-c/react-sortable-tree/commit/30dedbd))
12
13
14
-### Chores
15
-
16
-* Merge branch 'brendanmoore-feature/remove-style-loader' ([16f7740](https://github.com/fritz-c/react-sortable-tree/commit/16f7740))
17
18
19
### BREAKING CHANGES
20
21
* from v2.0.0 on, you must import the css for the
22
-component yourself, using `import 'react-sortable-tree/styles.css';`.
+component yourself, using `import 'react-sortable-tree/style.css';`.
23
You only need to do this once in your application.
24
25
0 commit comments