Skip to content

Commit e5aa5cc

Browse files
authored
Update resolve-decl.js
1 parent 1a5289f commit e5aa5cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/resolve-decl.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ function resolveDecl(decl, map, /*optional*/shouldPreserve, /*optional*/logResol
141141
decl.cloneAfter();
142142
}
143143

144+
if (valueResults.value === undefined) {
145+
valueResults.value = 'undefined';
146+
}
147+
144148
// Set the new value after we are done dealing with at-rule stuff
145149
decl.value = valueResults.value;
146150
}

0 commit comments

Comments
 (0)