This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Description
Problem appeared after upgrading to version 3.5.3.
input.sass
@import url(http://fonts.googleapis.com/css?family=Limelight&subset=latin,latin-ext)
Actual results
The following error occurs:
Error: malformed URL
on line 1 of ../../../../SharedFiles/import/sass/input.sass
>> @import url(http://fonts.googleapis.com/css?family=Limelight&subset=latin,"l
--------^
This error is caused by presence of comma in the URL and is typical only for indented syntax.
Expected result
@import url(http://fonts.googleapis.com/css?family=Limelight&subset=latin,latin-ext);