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

[Sass] Fix a small bug.

This commit is contained in:
Nathan Weizenbaum 2010-03-31 00:25:01 -07:00
parent 5e82092f16
commit 37ae916bd1

View file

@ -248,6 +248,7 @@ RUBY
if tok.type == :single_eq
val.context = :equals
val.options = @options
Script.equals_warning("mixin argument defaults", "$#{c.value}",
val.to_sass, false, line, offset, @options[:filename])
end