We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only happens in @import rules. (Perhaps this is related to #1595?)
Input SCSS:
@import url(unquote("fi" + "le.css"));
Ruby SASS (3.4.19)
@import url(file.css);
Libsass (3.3.2)
Error: URI is missing ')' on line 1 of test.scss >> @import url(unquote("fi" + "le.css"));
The text was updated successfully, but these errors were encountered:
This is a duplicate of #1597
Sorry, something went wrong.
Closing in favour of #1597
No branches or pull requests
Only happens in @import rules. (Perhaps this is related to #1595?)
Input SCSS:
Ruby SASS (3.4.19)
Libsass (3.3.2)
The text was updated successfully, but these errors were encountered: