Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 1.42 KB

History.md

File metadata and controls

62 lines (42 loc) · 1.42 KB

0.2.0 / 2011-08-26

  • Added color-image stylus function [guillermo]

0.1.0 / 2011-08-04

  • Added box style mixin [podviaznikov]
  • Added box-flex-group to vendor.styl [podviaznikov]
  • Added box-direction support [podviaznikov]
  • Added backface-visibility [podviaznikov]
  • Added columns support [podviaznikov]
  • Added animations into vendor [podviaznikov]
  • Lowered text-indent to a moderate -99999em, since my browser (Chromium 13.0.767.1 on Linux amd64) won't hide text if text-indent is below -6990506em.

0.0.8 / 2011-05-24

  • Added config.styl
  • Added linear gradients for Opera, IE10 and WebKit (non-legacy)
  • Moved no-wrap back to vendor.styl

0.0.7 / 2011-04-24

  • Added moz to transition(). Closes #4
  • Refactored reset

0.0.6 / 2011-04-15

  • Added has-canvas global
  • Added clearfix() [Isaac Johnston]
  • Added relative()
  • Fixed; ignore size unit for linear-gradient() when node-canvas is not available

0.0.5 / 2011-04-12

  • .include(nib.path) within the plugin

0.0.4 / 2011-04-12

  • Removed display inline

0.0.3 / 2011-04-11

  • Fixed no-wrap backwards assignment

0.0.2 / 2011-04-11

  • Fixed no-wrap, now a literal of nowrap

0.0.1 / 2011-04-11

  • Initial release