SassyLists 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,5 @@
1
+ # Changelog
2
+
3
+ * `0.1.3`: fixing an issue with `sort()`
4
+ * `0.1.2`: improving `debug()`
5
+ * `0.1.1`: initial commit
@@ -17,7 +17,7 @@ Compass::Frameworks.register('SassyLists', :path => extension_path)
17
17
  # a prerelease version
18
18
  # Date is in the form of YYYY-MM-DD
19
19
  module SassyLists
20
- VERSION = "0.1.2"
20
+ VERSION = "0.1.3"
21
21
  DATE = "2013-10-16"
22
22
  end
23
23
 
@@ -24,7 +24,8 @@
24
24
  }
25
25
  @else {
26
26
  $index: 0;
27
- @for $i from 1 through length($result) {
27
+ @for $i from length($result)*-1 through -1 {
28
+ $i: abs($i);
28
29
  @if $item <= nth($result, $i) {
29
30
  $index: $i;
30
31
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: SassyLists
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -51,6 +51,7 @@ extensions: []
51
51
  extra_rdoc_files: []
52
52
  files:
53
53
  - readme.md
54
+ - CHANGELOG.md
54
55
  - lib/SassyLists.rb
55
56
  - stylesheets/SassyLists/_chunk.scss
56
57
  - stylesheets/SassyLists/_count-values.scss