Sha256: 20656f3400d7d5ee6f96b92c2e26a11481abb13db3de918cf3109a25dfef78d0

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 KB

Contents

# Patterns
General styling patterns in SASS. Provides utility mixins for spacing, alignment and cleanup.

## Install
### Rails 3.1+
Add this line to your application's Gemfile:

    gem 'patterns'

And then execute:

    $ bundle

And in your .scss file:

    @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';

## 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.

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.

### Contribution
Feel free to fork, post issues or send any pull requests. Thanks.

## License
MIT License

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
patterns-0.0.1 README.md