README.md in patterns-0.0.1 vs README.md in patterns-0.1.0
- old
+ new
@@ -16,19 +16,19 @@
@import 'patterns';
### Other
Otherwise, clone the repo and copy app/assets/stylesheets where your SASS assets should be. And in your .scss file:
- @import 'some/relative/directories/patterns';
+ @import 'some-relative-directories/patterns';
## Use
See http://patterns-examples.herokuapp.com for functions and variables.
### Browser Support
Tested on Chrome 23, Firefox 16 and IE8.
## Credits
-Extracted out of [hockeystick](https://www.hockeystick.co/). Thanks to [Scalability Inc.](http://www.scalability.ca/) for giving me permission to open source this.
+Extracted out of [Hockeystick](https://www.hockeystick.co/). Thanks to [Scalability Inc.](http://www.scalability.ca/) for giving me permission to open source this.
Code inspired by the css class based version in [Placemarklist](https://www.placemarklist.com) and copied gem scaffold from [bourbon](https://github.com/thoughtbot/bourbon).
Thanks to [Luke Zhang](https://github.com/lukezhangstudio) for doing the documentation website.