We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f71ef8 commit a4a0cccCopy full SHA for a4a0ccc
src/ast_css.cpp
@@ -288,7 +288,7 @@ namespace Sass {
288
289
CssMediaQueryObj query = SASS_MEMORY_NEW(CssMediaQuery, pstate());
290
query->modifier(modifier == ourModifier ? this->modifier() : other->modifier());
291
- query->type(ourType.empty() ? other->type() : this->type());
+ query->type(type == ourType ? this->type() : other->type());
292
query->features(features);
293
return query;
294
}
0 commit comments