1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

[Sass] Use the proper constant to refer to :-moz-any.

This commit is contained in:
Nathan Weizenbaum 2010-06-11 00:37:44 -07:00
parent 1bf4a15f7e
commit d252dff811

View file

@ -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})*)\'/