SassyLists 0.2.2 → 0.2.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.
- data/CHANGELOG.md +1 -0
- data/lib/SassyLists.rb +1 -1
- data/stylesheets/SassyLists/_debug.scss +1 -2
- data/stylesheets/SassyLists/_last-index.scss +1 -1
- data/stylesheets/SassyLists/_reverse.scss +1 -1
- data/stylesheets/SassyLists/_sort.scss +1 -1
- data/stylesheets/SassyLists/_sum.scss +1 -1
- metadata +1 -1
data/CHANGELOG.md
CHANGED
data/lib/SassyLists.rb
CHANGED
@@ -5,7 +5,7 @@ Compass::Frameworks.register('SassyLists', :path => extension_path)
|
|
5
5
|
# Version is a number. If a version contains alphas, it will be created as a prerelease version
|
6
6
|
# Date is in the form of YYYY-MM-DD
|
7
7
|
module SassyLists
|
8
|
-
VERSION = "0.2.
|
8
|
+
VERSION = "0.2.3"
|
9
9
|
DATE = "2013-10-29"
|
10
10
|
end
|
11
11
|
|
@@ -43,12 +43,11 @@
|
|
43
43
|
@return quote($result);
|
44
44
|
}
|
45
45
|
|
46
|
-
/**
|
47
46
|
// Mixin displaying clean debug
|
48
47
|
// -------------------------------------------------------------------------------
|
49
48
|
// @param $list [List] : list
|
50
49
|
// @param $type [List] : enable/disable variables type
|
51
|
-
|
50
|
+
|
52
51
|
@mixin debug($list, $type: true) {
|
53
52
|
body:before {
|
54
53
|
content: debug($list, $type) !important;
|