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 a5226f4 commit cbf4cb8Copy full SHA for cbf4cb8
src/extender.cpp
@@ -142,6 +142,7 @@ namespace Sass {
142
// ##########################################################################
143
bool Extender::checkForUnsatisfiedExtends(Extension& unsatisfied) const
144
{
145
+ if (selectors.empty()) return false;
146
ExtSmplSelSet originals = getSimpleSelectors();
147
for (auto target : extensions) {
148
SimpleSelector* key = target.first;
0 commit comments