Skip to content

Commit

Permalink
Merge commit '9136caf89c6a44689d791e98016c5ed61109c046'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hampton Catlin committed Oct 12, 2014
2 parents 0576bc5 + 9136caf commit 9569ba1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inspect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ namespace Sass {

void Inspect::operator()(Declaration* dec)
{
if (dec->value()->concrete_type() == Expression::NULL_VAL) return;
if (ctx) ctx->source_map.add_mapping(dec->property());
dec->property()->perform(this);
append_to_buffer(": ");
Expand Down

0 comments on commit 9569ba1

Please sign in to comment.