Skip to content

Commit

Permalink
Disallow optional pseudo_prefix
Browse files Browse the repository at this point in the history
Resolves: sass#1079
  • Loading branch information
maxch-aa authored and xzyfer committed Dec 6, 2018
1 parent 9d027c9 commit c4ccba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ namespace Sass {
// it can contain more selectors inside parentheses
Simple_Selector_Obj Parser::parse_pseudo_selector() {
if (lex< sequence<
optional < pseudo_prefix >,
pseudo_prefix,
// we keep the space within the name, strange enough
// ToDo: refactor output to schedule the space for it
// or do we really want to keep the real white-space?
Expand Down

0 comments on commit c4ccba9

Please sign in to comment.