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

Support url() with quotes in unknown directives #2243

Closed
nex3 opened this issue Dec 12, 2016 · 0 comments
Closed

Support url() with quotes in unknown directives #2243

nex3 opened this issue Dec 12, 2016 · 0 comments

Comments

@nex3
Copy link
Contributor

nex3 commented Dec 12, 2016

Currently, libsass fails to parse a url()-style string with quotes when it appears in an unknown directive. For example:

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

produces:

Error: Invalid CSS after '...pace url("foo");': expected "{", was ""
        on line 1 of stdin
>> @namespace url("foo");
   --------------------^

See sass/sass#2188

@mgreter mgreter self-assigned this Dec 25, 2016
mgreter added a commit to mgreter/sass-spec that referenced this issue Dec 25, 2016
mgreter added a commit to mgreter/sass-spec that referenced this issue Dec 25, 2016
mgreter added a commit to mgreter/libsass that referenced this issue Dec 25, 2016
xzyfer added a commit to xzyfer/sass-spec that referenced this issue Dec 28, 2016
xzyfer pushed a commit that referenced this issue Dec 28, 2016
@xzyfer xzyfer added this to the 3.4.2 milestone Dec 28, 2016
xzyfer added a commit to xzyfer/sass-spec that referenced this issue Dec 28, 2016
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

3 participants