Sha256: 0cd99b6ae1828846cbc574cff7bc17a0a9c5d89bc447122049778a4ec4230d9f

Contents?: true

Size: 981 Bytes

Versions: 23

Compression:

Stored size: 981 Bytes

Contents

# magic-stylez

*Some style helpers used in a lot of our apps.*


## dependencies

- [bootstrap-sass](https://github.com/twbs/bootstrap-sass)
- [bourbon](http://bourbon.io/)


## Usage

- add the gem 
```ruby
  gem "magic_stylez"
```
- run the generator
```ruby
  $ rails g magic_stylez:install
```
- add to stylesheets
```sass
  @import 'magic-stylez'; // import all
  @import 'magic-min';    // import basic
```
```css
  //= 'magic-stylez'; /* import all */
  //= 'magic-min';    /* import basic */
```
- add to javascripts:
```javascript
  //= 'magic-stylez'; /* import all */
  //= 'magic-min';    /* import basic */
```



### Thanks

A lot of code for this gem is taken from [bootstrap-sass](https://github.com/twbs/bootstrap-sass), so thank you guys for the great work. Same goes for bourbon thanks for a lightweight helper set.



### Authors

- Torsten Wetzel
- Austin Strange
- Marco Sebald
- many others ... (especially stackoverflow users)


#### License 

MIT-License

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
magic_stylez-0.0.0.52 README.md
magic_stylez-0.0.0.51 README.md
magic_stylez-0.0.0.50 README.md
magic_stylez-0.0.0.49 README.md
magic_stylez-0.0.0.48 README.md
magic_stylez-0.0.0.45 README.md
magic_stylez-0.0.0.44 README.md
magic_stylez-0.0.0.43 README.md
magic_stylez-0.0.0.42 README.md
magic_stylez-0.0.0.41 README.md
magic_stylez-0.0.0.40 README.md
magic_stylez-0.0.0.39 README.md
magic_stylez-0.0.0.38 README.md
magic_stylez-0.0.0.37 README.md
magic_stylez-0.0.0.36 README.md
magic_stylez-0.0.0.35 README.md
magic_stylez-0.0.0.34 README.md
magic_stylez-0.0.0.33 README.md
magic_stylez-0.0.0.32 README.md
magic_stylez-0.0.0.31 README.md