haml-edge 2.3.195 → 2.3.196
Sign up to get free protection for your applications and to get access to all the features.
- 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
|