Skip to content

Commit eb58cef

Browse files
committed
Merge pull request #1213 from xzyfer/fix/at-rules-with-variables
Fix parsing of at-rules with variables as selectors
2 parents 9aeadf4 + e9097fc commit eb58cef

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)