This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
node-sass cannot compile bootstrap4.0.0-beta.2 #2188
Labels
Comments
As of right now, it looks like the only way to get around this error is to either disable source maps for sass files that have these issues with compound selectors. If you must have source maps, then ruby-sass is an option. The only issue being that you need to install Ruby and the Sass gem for Ruby in order to get it to work. |
Looks like this is fixed in libsass. |
This was referenced Jan 22, 2018
A new version of LibSass was released |
i think this is the actual change: sass/libsass@6892bf5 but |
Would love to see this one sorted. |
Fixed in 4.8.0 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bootstrap 4 fails to compile
It seems that libsass has an issue with compiling compound ampersands "&".
It looks like the only options are to either use an older version of node-sass or use another sass compiler... Has there really been no fix yet?
Has anyone been able to get bootstrap 4 to compile using node-sass?
Is there a beta version of node-sass that uses an alternative to libsass or an updated libsass that functions properly?
System info
NPM version: 5.6.0
Node version: 9.3.0
Node process:
Node Platform: win32
Node architecture: x64
node-sass version:
npm node-sass versions:
Input SCSS
Resulting error
The text was updated successfully, but these errors were encountered: