Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

2.0.0

Compare
Choose a tag to compare
@ezekg ezekg released this 25 Sep 15:02
· 60 commits to master since this release

2.0.0 - 9/25/14

  • Release 2.0.0!

2.0.0.rc.4 - 9/17/14

  • Added ability to use na identical $context value with a variable $span. Example, _(1 2 3 4, 4).

2.0.0.rc.3 - 9/16/14

  • Fixed issue with $context modifiers calling a division by 0.

2.0.0.rc.1 - 9/12/14

  • Revamped codebase considerably.
  • Modified layout of $flint configuration map. Breakpoints are now housed in their own separate section.
  • Removed $shift modifier. (Don't like this one? Create an issue and let me know!)
  • Modified calculations to use fixed values all the way through the system, and then convert to percentages on output. Coupled with instance methods, this makes gutters infinitely nest-able and consistent even on fluid grids.
  • Added instance-maps option in config to enable or disable instance maps and all of the associated methods.
  • Modified docblocks to follow SassDoc standards.
  • Moved selector functions over to Sass 3.4. (No more forced Ruby dependency!)
  • Modified tests; added new HTML test page.
  • Lots of other cleanup and speed improvements.