- remove legacy precompiled css file
- add edge and half-edge classes to grid
- rework visibility utility to remove display inherit
- add sizing-down mixin
- add xlarge container size
- add responsive fit and fill classes
- add back in min-height and min-width to cell base class
- Add responsive heading sizes
- Add $line-height variable to overrides
- Use $line-height to apply margin-bottom to headers in rem
- Update Sanitize. Based on https://github.com/csstools/sanitize.css/
- Remove legacy webkit and moz prefixes
- Remove transform mixin
- Remove keyframe mixin
- Remove trailing semi-colons from core
- Remove header class sizing
- Remove super-header for all but h1
- Add reduced motion query to core
- Add text underline class
- Add !default to sass overrides
- Add orange and violet colors
- Update large media break to 1280px
- Fix mixins typo for large-down media query
- Rename full, small-full, large-full to container, small-container, large-container respectively
- Add align-full
- Add align-wide
- Update Readme
- Add h6 sizing in augmented fourth headers
- Add collapse-padding option to grid
- Fix super-header sizing
- Add large site width option
- Fix xlarge hide class
- Update typography system to augmented fourth scale
- remove class requirement for headers
- Remove cards
- Remove buttons
- Remove box styles
- Remove Style Guide
- Removed .css version
- Rebuild grid - Renamed Rows and columns to reflect a single grid box, removed padding from grid cells and replaced with margins for better background handling
- create mixin for grid and typographic breakpoint sizing
- create mobile first media mixins
- add style-guide html and css
- move scss to own file
- pull out mixins
- add .em class for italics
- remove modernizr tags
- fix small validation errors in .css file
- move css into own folder
- Fix multiline css media query
- Add variable for header font
- Clean up white-space
- Remove some old vendor prefixes
- Remove ordinal flex prefix
- Remove old flexbox standards
- Add class 'inside' to rows to allow align properly inside other Rows
- fix row's min-width
- fix cell's max-width
- add medium only media queries anc cell widths
- Fix column row's spacing with .cell.fit
- Add Changelog!