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 9d027c9 commit c4ccba9Copy full SHA for c4ccba9
src/parser.cpp
@@ -929,7 +929,7 @@ namespace Sass {
929
// it can contain more selectors inside parentheses
930
Simple_Selector_Obj Parser::parse_pseudo_selector() {
931
if (lex< sequence<
932
- optional < pseudo_prefix >,
+ pseudo_prefix,
933
// we keep the space within the name, strange enough
934
// ToDo: refactor output to schedule the space for it
935
// or do we really want to keep the real white-space?
0 commit comments