Skip to content

Commit

Permalink
Fixed link to 'Version without boundled css styles' in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
souhe committed Mar 7, 2016
1 parent 3d4d12c commit c510bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ gulp watch
then open [http://localhost:8003](http://localhost:80003).

### Using in universal app
`ScrollArea` component has now full universal app support. It's only one requirement: you have to use `react-scrollbar` in no-css version and then include css file into your project manually (see [Version without boundled css styles][]). It's because of issue in webpack style-loader which is used to bundle css styles into main js file.
`ScrollArea` component has now full universal app support. It's only one requirement: you have to use `react-scrollbar` in no-css version and then include css file into your project manually (see [this](#version-without-boundled-css-styles)). It's because of issue in webpack style-loader which is used to bundle css styles into main js file.

## API

Expand Down

0 comments on commit c510bd5

Please sign in to comment.