0.01
No commit activity in last 3 years
No release in over 3 years
Lots of styles and helpers we used for several projects.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 3.1.0
>= 1.8.1
>= 2.5.5

Runtime

>= 3.0.0
>= 3.1
>= 3.2
 Project Readme

magic-stylez

Some style helpers used in a lot of our apps.

dependencies

Usage

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

NEW*

  • magic-styles update generator
  • in the process I often add new variables to the corporate files (what causes "Missing variable!" when you update to new version)
  • this generator adds all new variables without touching your settings
$ rails g magic_stylez:update

Changes when update to 0.0.0.55:

  • corporate/typo is removed!
  • corporate/fonts doesn't contain css anymore, just variables With Version 0.0.0.55 I merged corporate/typo into corporate/fonts (they where so similar). I also removed all css from corporate/fonts, because it causes trouble with update generator (and also is not a variable).

Thanks

A lot of code for this gem is taken from 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