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 0a62c90 commit c067099Copy full SHA for c067099
src/environment.cpp
@@ -302,7 +302,7 @@ namespace Sass {
302
EnvFrame local(context, false);
303
// Create space for optional content callable
304
// ToDo: check if this can be conditionally done?
305
- auto cidx = local.idxs->createMixin(Keys::contentRule);
+ local.idxs->createMixin(Keys::contentRule);
306
// var precedingComment = lastSilentComment;
307
// lastSilentComment = null;
308
sass::string name = readIdentifier();
0 commit comments