Sha256: f9df73dca1ec2d96ddb98ef635579d955694c8901d454d0585fe665d67b24072

Contents?: true

Size: 1.13 KB

Versions: 8

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

8 entries across 8 versions & 1 rubygems

Version Path
patterns-0.1.7 README.md
patterns-0.1.6 README.md
patterns-0.1.5 README.md
patterns-0.1.4 README.md
patterns-0.1.3 README.md
patterns-0.1.2 README.md
patterns-0.1.1 README.md
patterns-0.1.0 README.md