Skip to content

Commit

Permalink
Fix quoted URLs in unknown directives. (#2205)
Browse files Browse the repository at this point in the history
Closes #2188
  • Loading branch information
nex3 committed Dec 12, 2016
1 parent a738b90 commit a93cc83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/sass/scss/parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,9 @@ def almost_any_value_token
|
(?!url\()
[^"'/\#!;\{\}] # "
|
# interp_uri will handle most url() calls, but not ones that take strings
url\(#{W}(?=")
|
/(?![/*])
|
Expand Down

0 comments on commit a93cc83

Please sign in to comment.