Skip to content

Commit

Permalink
Improve url parsing (allow line-feeds)
Browse files Browse the repository at this point in the history
Fixes sass#1096
  • Loading branch information
mgreter committed May 10, 2015
1 parent fb82f0b commit 7e07749
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions prelexer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,9 @@ namespace Sass {
alternatives <
alnum,
exactly <'/'>,
exactly <'\\'>,
exactly <'\r'>,
exactly <'\n'>,
class_char < uri_chars >
>
>
Expand Down

0 comments on commit 7e07749

Please sign in to comment.