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:
parent
5e82092f16
commit
37ae916bd1
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue