Skip to content

Commit

Permalink
Merge pull request #40 from bradencanderson/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
hai-cea committed Nov 10, 2014
2 parents a6b810a + a59ce12 commit 4985b50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ This allows you to override any variables defined in [custom-variables.less](htt
@import "node_modules/material-ui/dist/less/components.less";
```

Note that if you're using the version of material-ui from NPM, your imports will look like this:
```css
@import "node_modules/material-ui/docs/dist/less/scaffolding.less";
@import "node_modules/material-ui/docs/dist/less/components.less";
```

## Contribute

[Material-UI](http://www.material-ui.com/) came about from our love of [React](http://facebook.github.io/react/) and [Google's Material Design](https://www.google.com/design/spec/material-design/introduction.html). We're currently using it on a project at [Call-Em-All](https://www.call-em-all.com/) and plan on adding to it and making it better. If you'd like to help, check out the [docs folder](https://github.com/callemall/material-ui/tree/master/docs). We'd greatly appreciate any contribution you make. :)
Expand Down

0 comments on commit 4985b50

Please sign in to comment.