Skip to content

Commit e9097fc

Browse files
committed
Fix parsing of at-rules with variables as selectors
1 parent 9aeadf4 commit e9097fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

parser.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2147,7 +2147,6 @@ namespace Sass {
21472147
(q = peek< sequence< pseudo_prefix, identifier > >(p)) ||
21482148
(q = peek< percentage >(p)) ||
21492149
(q = peek< dimension >(p)) ||
2150-
(q = peek< variable >(p)) ||
21512150
(q = peek< quoted_string >(p)) ||
21522151
(q = peek< exactly<'*'> >(p)) ||
21532152
(q = peek< exactly<'('> >(p)) ||

0 commit comments

Comments
 (0)