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 d3cd623 + f03eb5e commit d85ce29Copy full SHA for d85ce29
src/ast.hpp
@@ -316,7 +316,7 @@ namespace Sass {
316
RETURN,
317
EXTEND,
318
ERROR,
319
- DEBUG,
+ DEBUGSTMT,
320
WHILE,
321
EACH,
322
FOR,
@@ -579,7 +579,7 @@ namespace Sass {
579
public:
580
Debug(ParserState pstate, Expression* val)
581
: Statement(pstate), value_(val)
582
- { statement_type(DEBUG); }
+ { statement_type(DEBUGSTMT); }
583
ATTACH_OPERATIONS()
584
};
585
0 commit comments