haml-edge 3.1.43 → 3.1.44
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/scss/rx.rb +1 -1
- metadata +1 -1
data/EDGE_GEM_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.1.
|
|
1
|
+
3.1.44
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.1.
|
|
1
|
+
3.1.44
|
data/lib/sass/scss/rx.rb
CHANGED
|
@@ -109,7 +109,7 @@ module Sass
|
|
|
109
109
|
# Custom
|
|
110
110
|
HEXCOLOR = /\#[0-9a-fA-F]+/
|
|
111
111
|
INTERP_START = /#\{/
|
|
112
|
-
|
|
112
|
+
MOZ_ANY = quote(":-moz-any(", Regexp::IGNORECASE)
|
|
113
113
|
|
|
114
114
|
STRING1_NOINTERP = /\"((?:[^\n\r\f\\"#]|#(?!\{)|\\#{NL}|#{ESCAPE})*)\"/
|
|
115
115
|
STRING2_NOINTERP = /\'((?:[^\n\r\f\\'#]|#(?!\{)|\\#{NL}|#{ESCAPE})*)\'/
|