haml-edge 2.3.195 → 2.3.196
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/EDGE_GEM_VERSION +1 -1
- data/VERSION +1 -1
- data/lib/sass/script/functions.rb +0 -5
- metadata +1 -1
data/EDGE_GEM_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.
|
|
1
|
+
2.3.196
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.
|
|
1
|
+
2.3.196
|
|
@@ -736,11 +736,6 @@ module Sass::Script
|
|
|
736
736
|
numeric_transformation(value) {|n| n.abs}
|
|
737
737
|
end
|
|
738
738
|
|
|
739
|
-
def unquote(value)
|
|
740
|
-
assert_type value, :String
|
|
741
|
-
Sass::Script::String.new(value.value)
|
|
742
|
-
end
|
|
743
|
-
|
|
744
739
|
private
|
|
745
740
|
|
|
746
741
|
# This method implements the pattern of transforming a numeric value into
|