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

Malformed URL Error #1298

Closed
xzyfer opened this issue Jun 29, 2015 · 1 comment
Closed

Malformed URL Error #1298

xzyfer opened this issue Jun 29, 2015 · 1 comment

Comments

@xzyfer
Copy link
Contributor

xzyfer commented Jun 29, 2015

@import url(//fonts.googleapis.com/css?family=Roboto:400,500,700,400italic);
html {
  font-family: roboto, arial, helvetica, sans-serif;
}

Sass 3.4.14

@import url(//fonts.googleapis.com/css?family=Roboto:400,500,700,400italic);
html {
  font-family: roboto, arial, helvetica, sans-serif;
}

Libsass 3.2.5

URI is missing ')' on line 2 at column 1

_Workaround_

Quote the URL.

@xzyfer
Copy link
Contributor Author

xzyfer commented Jun 29, 2015

Specs added sass/sass-spec#417

@mgreter mgreter added this to the 3.3 milestone Jul 14, 2015
@mgreter mgreter self-assigned this Jul 14, 2015
mgreter added a commit to mgreter/libsass that referenced this issue Jul 14, 2015
Otherwise we would skip `//` comments!
Fixes sass#1298
mgreter added a commit to mgreter/libsass that referenced this issue Jul 14, 2015
Otherwise we would skip `//` comments!
Fixes sass#1298
mgreter added a commit to mgreter/libsass that referenced this issue Jul 14, 2015
Otherwise we would skip `//` comments!
Fixes sass#1298
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