Skip to content

Commit

Permalink
Merge pull request #775 from mgreter/fix/source-map-771
Browse files Browse the repository at this point in the history
Add small fix for source maps
  • Loading branch information
mgreter committed Dec 27, 2014
2 parents 448f051 + 1a86c5f commit d9b3f4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ namespace Sass {
Selector_List* Parser::parse_selector_group()
{
To_String to_string;
lex< spaces_and_comments >();
Selector_List* group = new (ctx.mem) Selector_List(path, source_position);
do {
if (peek< exactly<'{'> >() ||
Expand Down

0 comments on commit d9b3f4b

Please sign in to comment.