Skip to content

Commit

Permalink
merge from master to parent-selector
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kimn committed Mar 5, 2015
1 parent d10b572 commit 829fef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ namespace Sass {
if (pHead) {
pHead->pstate (isp.remap (pHead->pstate ()));
(*pHead)[0]->pstate (
isp.source_map.remap ((*pHead)[0]->pstate ()));
isp.remap ((*pHead)[0]->pstate ()));
}
pIter = pIter->tail ();
}
Expand Down

0 comments on commit 829fef7

Please sign in to comment.