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 68a0c79 commit 54b2390Copy full SHA for 54b2390
src/context.cpp
@@ -651,11 +651,11 @@ namespace Sass {
651
Cssize cssize(*this, &backtrace);
652
CheckNesting check_nesting;
653
// check nesting
654
- root = root->perform(&check_nesting)->block();
+ root->perform(&check_nesting)->block();
655
// expand and eval the tree
656
root = root->perform(&expand)->block();
657
658
659
// merge and bubble certain rules
660
root = root->perform(&cssize)->block();
661
// should we extend something?
0 commit comments