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.
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.
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 !!!
Dividers are completely rewritten and now have transparent backgrounds, so you can place them on any element.
Also some variables added:
$divider-horizontal-spacing
, $divider-vertical-spacing
=> spacing$divider-top-color
, $divider-bottom-color
=> line-colors for .divider and hr
If you update to >= 0.0.0.78 be sure to run: $ rails g magic_stylez:update
!!!
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
!!!
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