ChangeLog

I try to this allways up to date .. but sometimes important changes may not be in here so allways do $ rails g magic_stylez:update when update.


Version 0.0.0.88

Changed lots of font-sizes and line-heights to use variables instead of fixed values.

- removed configurations: $magicDefaultLineHight and $magicDefaultFontSize!!!

+ added configurations: $general-vertical-spacing and $general-vertical-spacing-half for genrell bottom margin and .press class.

Version 0.0.0.83

Text-Colors now only usable as:
.color-name-clr /or/ .color-name-color /or/ .color-name-txt /or/ .color-name-text /or/
.clr-color-name /or/ .color-color-name /or/ .txt-color-name /or/ .text-color-name

Old style: .color-name is removed !!!

Version 0.0.0.78

Dividers are completely rewritten and now have transparent backgrounds, so you can place them on any element.
Also some variables added:

If you update to >= 0.0.0.78 be sure to run: $ rails g magic_stylez:update !!!

Version 0.0.0.67

With Version 0.0.0.67 Sections have more bootstrap like name, like .section.section-xs instead of .section.compact.
Also some variables changed, so $section-flatted-padding becomes $section-sm-padding.

If you update to >= 0.0.0.67 be sure to run: $ rails g magic_stylez:update !!!

Version 0.0.0.55

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


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