All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- [BREAKING] Removed
max-widthon media-queries. This matches the initial implementation offlexboxgrid, and makes the library easier to use when combining size directives (xs,mdetc.)
- Allow passing extra aphrodite style object to
Grid,Row, orColthrough thestylesprops. You can still passclassNamesthat will be appended, but usingstylesis encouraged over passing extraclassNamesto extend styles. #10 - Fixed generated container styles #8
- Added support for column order, eg.
<Col xsFirst lgLast>#9