Skip to content
New issue

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

SassScript not supported in the url() of an @import rule #1764

Closed
andrew-skybound opened this issue Nov 27, 2015 · 2 comments
Closed

SassScript not supported in the url() of an @import rule #1764

andrew-skybound opened this issue Nov 27, 2015 · 2 comments

Comments

@andrew-skybound
Copy link

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"));
@xzyfer
Copy link
Contributor

xzyfer commented Dec 1, 2015

This is a duplicate of #1597

@xzyfer
Copy link
Contributor

xzyfer commented Dec 1, 2015

Closing in favour of #1597

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants