Skip to content

0.4.0

Choose a tag to compare

@micantoine micantoine released this 28 Feb 04:38
· 587 commits to master since this release

Features

  • Breakpoint option to wrapper $wrapper-breakpoints-classes (.wrapper-tiny@sm...)
  • Handle Float utility with variables
  • Spacing variables $v-spacing-from $v-spacing-to $h-spacing-from $h-spacing-to
  • $btn-border-color variable added
  • $btn-colors and $btn-outline-colors variables added (custom colors mapType)
  • Function isString isList isMap as well as isNotString isNotList isNotMap

Bug fixes

  • Mixin dependencies including in the mixin file
  • Toggle refactor
  • isEmpty correctly returning false
  • Grid responsive columns and rows

Changes

  • Single variables $h*-font-size and $heading-font-sizes-breakpoints are not used anymore. All the sizes are set in $heading-font-sizes allowing map values for breakpoints.
  • $heading-letter-spacing-list replaced by $heading-letter-spacing-tags

Deprecated

  • .wrapper in favor of .wrapper-medium
  • large tiny as default gutter values
  • danger warning success as default color values (let the user decide to add them)
  • $text-transforms capitalize lowercase as default values (let the user decide to add them)
  • .text-italic in favor of .font-italic

Removals

  • All utility addon variabes. $text-sizes-addon $text-alignments-addon $text-transforms-addon $text-decorations-addon $font-styles-addon $font-weights-addon $font-families-addon $letter-spacings-addon $text-colors-addon $bg-colors-addon $border-colors-addon
  • code.scss not needed for main loop (been moved to looper)
  • .disabled not having the characteristics to be on main loop (been moved to looper)
  • form="group" too specific, not loop philosophy (been moved to looper)