Skip to content

Commit 9569ba1

Browse files
author
Hampton Catlin
committed
Merge commit '9136caf89c6a44689d791e98016c5ed61109c046'
2 parents 0576bc5 + 9136caf commit 9569ba1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inspect.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ namespace Sass {
7878

7979
void Inspect::operator()(Declaration* dec)
8080
{
81+
if (dec->value()->concrete_type() == Expression::NULL_VAL) return;
8182
if (ctx) ctx->source_map.add_mapping(dec->property());
8283
dec->property()->perform(this);
8384
append_to_buffer(": ");

0 commit comments

Comments
 (0)