lib/sass/scss/rx.rb in haml-edge-3.1.41 vs lib/sass/scss/rx.rb in haml-edge-3.1.42

- old
+ new

@@ -107,9 +107,10 @@ NOT = quote(":not(", Regexp::IGNORECASE) # Custom HEXCOLOR = /\#[0-9a-fA-F]+/ INTERP_START = /#\{/ + MOZ_ALL = quote(":-moz-any(", Regexp::IGNORECASE) STRING1_NOINTERP = /\"((?:[^\n\r\f\\"#]|#(?!\{)|\\#{NL}|#{ESCAPE})*)\"/ STRING2_NOINTERP = /\'((?:[^\n\r\f\\'#]|#(?!\{)|\\#{NL}|#{ESCAPE})*)\'/ STRING_NOINTERP = /#{STRING1_NOINTERP}|#{STRING2_NOINTERP}/ # Can't use IDENT here, because it seems to take exponential time on 1.8.