buffer
andshift
span values, to move and space grid items.
- Fixed nested rule (@media) bug, by switching from using root to do inserts to the parent of the source rule. eg. css.insertAfter -> parent.insertAfter.
- Fixed grid system bug in gutter value | unit regex extractor, regex did not account for floating point / decimal point values, eg. 3.2rem.
- layout: flow, float based layout.
- Example in example/ dir.
- Demo at: http://arccoza.github.io/postcss-layout/
- Refactored and tidied code with easy default styles.
- Fixed layout:lines white-space regression.
- PostCSS plugin requirements; added package.json keyword.
- PostCSS plugin requirements; changelog.
- PostCSS plugin requirements; output examples.
- Refactored index.js.
- Completed adding tests.