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:
parent
1bf4a15f7e
commit
d252dff811
1 changed files with 1 additions and 1 deletions
|
@ -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})*)\'/
|
||||
|
|
Loading…
Reference in a new issue