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

Releases: ezekg/flint

2.3.7

21 Nov 15:58
Compare
Choose a tag to compare
fix issue with rails integration

2.3.6

20 Nov 22:24
Compare
Choose a tag to compare
add travis badge

2.3.5

13 Nov 14:36
Compare
Choose a tag to compare

2.3.4, 2.3.5

  • Fix compatibility issues with Libsass
  • Refactor and get rid of various functions

2.3.3

31 Jul 21:05
Compare
Choose a tag to compare

2.3.2, 2.3.3

  • Fix deprecation warning for multiline strings

2.3.1

23 Jul 16:00
Compare
Choose a tag to compare

2.3.1

  • Fix issue where grid overlay wasn't applied using @at-root

2.3.0

  • Add SVG grid overlay to debug-mode.

2.2.0

13 May 17:18
Compare
Choose a tag to compare
add ruby func for exists. write profiler. rename global vars. small s…

…tyle updates

2.1.0

07 Nov 23:46
Compare
Choose a tag to compare

2.1.0

  • Added support for rem values.
  • Set up proper submodule for Bootcamp.

2.0.9

  • Fixed issue with $gutter: center attempting to divide by auto.
  • Wrote tests for $gutter modifiers.

2.0.8

21 Oct 17:06
Compare
Choose a tag to compare

2.0.8 10/17/14

  • Changed doc comments from /* */ comments to ///.

2.0.6

07 Oct 22:42
Compare
Choose a tag to compare

2.0.6 10/7/14

  • Remove redundant Ruby functions.
  • Update docs to include examples that follow SassDoc standards.

2.0.5 10/4/14

  • Update docs

2.0.4 10/3/14

  • Refactored Ruby lib for easier upkeep.
  • Removed @content from doc blocks for now.
  • Added list_to_string() Ruby function.
  • Fixed issue with support-syntax-bem() returning oddly quoted strings when using Sass functions.

2.0.3 10/2/14

  • Update documentation to follow SassDoc standards.

2.0.2

01 Oct 23:31
Compare
Choose a tag to compare

2.0.2 10/1/14

  • Reversed order that map-merge merges instance maps, so that newer instances are merged to the top rather than the bottom. Increased performance benchmarks by 23%.
  • Added Ruby function for map-fetch(). Increased performance benchmarks by 15%.
  • Updated main API mixin _() to follow SassDoc standards.