# Change Log
All notable changes to this project will be documented in this file.

## 0.6.5 - 2017-07-01
### Added
-Grid Browser Support
	- Grid now works with IE 10+
	- Grid does not work, but automatically stacks for IE 9 at any screen-size


## 0.6.0 - 2017-06-30
### Added
- Grid Column Count
	- Column Count Grow
	- Column Count Center
	- Column Count Responsive
- Grid Gapless
- SCSS Support
	- Taffy is now modular, use what you need only.
	- Use variables to change specifics of Taffy.
- Github
### Changed
- Changed it so you don't need to add the class ".grid__col" to a column for it behave like a column.

## 0.3.0 - 2017-06-21
### Added
- Tables
- Add more to Helpers

## 0.2.0 - 2017-06-20
### Added
-Grid Offset

## 0.1.6 - 2017-06-20
### Changed
- Changed the class "is-x-percent" to "is-xp". For example: "is-50-percent" now is declared using "is-50p"

## 0.1.5 - 2017-06-18
### Added
- Added Media
### Fixed
- Fixed Responsive Children Sizing so "--small" worked as intended.

## 0.1.0 - 2017-06-17
### Added
TAFFY BETA RELEASE
- Added Getting Started
- Added Container 
- Added Grid
- Added Grid Column Sizing
- Added Grid 12 Columns
- Added Grid Specific Sizing
- Added Fluid Typography
- Added Buttons
- Added Forms
- Added Helpers