Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Petrov committed Nov 20, 2015
1 parent 6ac80fd commit 7e322d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This is a webpack loader that automatically bind [css-modules](https://github.co

If you are using css-modules, or a similar approach to abstract class "names" and the real `className` values that are actually output to the DOM, you may want to use the [bind](https://github.com/JedWatson/classnames#alternate-bind-version-for-css-modules) variant of classnames module.

Check out [this example](https://gist.github.com/itsmepetrov/7dbe519bb1332dd0f6c9) that shows the difference between `classNames`, `classNames/bind` and `classnames-loader`

### Installation

```
Expand Down Expand Up @@ -49,4 +51,4 @@ export default class SubmitButton extends Component {

## License

[MIT](LICENSE.md)
[MIT](LICENSE.md)

0 comments on commit 7e322d7

Please sign in to comment.