diff --git a/lib/sass/scss/rx.rb b/lib/sass/scss/rx.rb index a14bdb49..fa8f0e1c 100644 --- a/lib/sass/scss/rx.rb +++ b/lib/sass/scss/rx.rb @@ -109,7 +109,7 @@ module Sass # Custom HEXCOLOR = /\#[0-9a-fA-F]+/ INTERP_START = /#\{/ - MOZ_ALL = quote(":-moz-any(", Regexp::IGNORECASE) + MOZ_ANY = quote(":-moz-any(", Regexp::IGNORECASE) STRING1_NOINTERP = /\"((?:[^\n\r\f\\"#]|#(?!\{)|\\#{NL}|#{ESCAPE})*)\"/ STRING2_NOINTERP = /\'((?:[^\n\r\f\\'#]|#(?!\{)|\\#{NL}|#{ESCAPE})*)\'/