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.
2 parents 442894b + 75877d0 commit 9aeadf4Copy full SHA for 9aeadf4
parser.cpp
@@ -636,7 +636,7 @@ namespace Sass {
636
seq->media_block(last_media_block);
637
seq->last_block(block_stack.back());
638
bool sawsomething = false;
639
- if (lex< exactly<'&'> >()) {
+ if (lex_css< exactly<'&'> >()) {
640
// check if we have a parent selector on the root level block
641
if (block_stack.back() && block_stack.back()->is_root()) {
642
//error("Base-level rules cannot contain the parent-selector-referencing character '&'.", pstate);
0 commit comments