-
Notifications
You must be signed in to change notification settings - Fork 463
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
Error: Invalid CSS after #2376
Comments
Can you reproduce this with the latest node-sass? 3.13 is using an older libsass |
There are also problems with the latest version. |
if you wrap the whole http inside |
Yes, it's running well. |
I can confirm this is an issue with LibSass master. |
mgreter
added a commit
to mgreter/libsass
that referenced
this issue
May 20, 2017
mgreter
added a commit
that referenced
this issue
May 20, 2017
Fix parser for urls looking like ruleset selectors (#2376)
mgreter
added a commit
to mgreter/sass-spec
that referenced
this issue
May 20, 2017
mgreter
added a commit
that referenced
this issue
May 21, 2017
ochafik
added a commit
to ochafik/libsass
that referenced
this issue
Aug 4, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
code demo
When i write css code like above, it will be throw exception:
But, if i write one of the following is ok.
1、 add
http protocol
2、add another css selector below of the
background
3、wrap the whole http inside
information
npm -v
):node -v
):node -p process.versions
):node -p process.platform
):node -p process.arch
):node -p "require('node-sass').info"
):npm ls node-sass
):The text was updated successfully, but these errors were encountered: