Skip to content

Commit c4ccba9

Browse files
maxch-aaxzyfer
authored andcommitted
Disallow optional pseudo_prefix
Resolves: #1079
1 parent 9d027c9 commit c4ccba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ namespace Sass {
929929
// it can contain more selectors inside parentheses
930930
Simple_Selector_Obj Parser::parse_pseudo_selector() {
931931
if (lex< sequence<
932-
optional < pseudo_prefix >,
932+
pseudo_prefix,
933933
// we keep the space within the name, strange enough
934934
// ToDo: refactor output to schedule the space for it
935935
// or do we really want to keep the real white-space?

0 commit comments

Comments
 (0)