We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec85f2 commit 7468ac6Copy full SHA for 7468ac6
src/parser.cpp
@@ -1773,6 +1773,7 @@ namespace Sass {
1773
prefix = std::string(lexed);
1774
}
1775
1776
+ lex < optional_spaces >();
1777
String* url_string = parse_url_function_argument();
1778
1779
std::string suffix("");
@@ -1806,7 +1807,6 @@ namespace Sass {
1806
1807
uri = lexed.to_string();
1808
1809
- lex < css_whitespace >();
1810
if (peek< exactly< hash_lbrace > >()) {
1811
const char* pp = position;
1812
// TODO: error checking for unclosed interpolants
0 commit comments