Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

41 lines (33 loc) · 1.31 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Added

  • This CHANGELOG file to keep track of what happened

0.1.2 - 2016-01-03

Fixed

  • Wrong padding-bottom value in example output (#3 by @Nitive)

0.1.1 - 2015-10-12

Fixed

  • Bug when trbl set to true swapped y values (#1)

0.1.0 - 2015-10-10

Added

  • trbl option to swap left and right values in x shorthands according to CSS TRBL model (#1)

0.0.3 - 2015-10-10

Changed

  • Updated README info to install module from npm.

Fixed

  • Border shorthand parsing bug (#2)

0.0.2 - 2015-08-27

Added

  • Margin, padding and border shorthands support.
  • README with documentation and examples

0.0.1 - 2015-08-26

Added

  • Project base scaffolded with PostCSS plugin generator.