- Fix last few icon mixins - sink-away and float-away
- Remove icon-fade mixin - there's no need for this be it's own mixin
- Create demo page using github pages
- Set up grunt and svgstore for github page
- A few minor mixin bugfixes
- Get icon mixins to work with inline svg icons - WIP
- Add more examples to the github page
- BUGFIX: fix background-transitions file to include correct files
- BUGFIX: fix broken if / else if on bounce-to
- Combine radial-in and radial-out into one radial mixin
- Combine rectangle in and rectangle out into one rectangle mixin
- Combine bounce-to-bottom, bounce-to-top, bounce-to-left and bounce-to-right into one bounce-to mixin
- Combine wobble-top, wobble-bottom and wobble-skew into wobble-fixed mixin
- Combine wobble-horizontal, wobble-vertical, wobble-to-top-right and wobble-to-bottom-right into wobble-move mixin
- Replace pseudo selectors with variable to dry sass
- Remove moz prefix from keyframes mixin
- Allow pseudo element to be passed in to underline mixin
- Combine float and sink mixins, add ability to pass arguments
- Update keyframes and prefixes mixins so they work
- Combine sweep mixins into one mixin that can take various arguments
- Combine underline-from-center, left and right into one underline mixin
- Remove functionality to compile with classes for each hover effect
- Simplify and reorganise import files
- Remove pointless scaffolding folder (sass)
- BUGFIX: (temporary fix) comment out mixins in hover.sass that are breaking everything will fix at later date
- Rename files in state-transitions import file to match
- BUGFIX: put the curly braces in the right place on $nameSpace variable
- Combine bounce 2d-transition mixins into one
- Remove curl mixins, we don't like them
- BUGFIX: put curly braces back on variables
- Add state-transition folder and imports file
- Add animate-transition mixin to easily add transitions to elements with state changes
- Add expand mixin to animate expanding content
- Add shrink mixin to animate shrinking content
- Initial setup