This repository has been archived by the owner on Nov 3, 2020. It is now read-only.
Releases: ezekg/flint
Releases · ezekg/flint
2.3.7
2.3.6
2.3.5
2.3.3
2.3.1
2.2.0
2.1.0
2.0.8
2.0.6
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
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 by23%
. - Added Ruby function for
map-fetch()
. Increased performance benchmarks by15%
. - Updated main API mixin
_()
to follow SassDoc standards.