node-sass
node-sass copied to clipboard
:rainbow: Node.js bindings to libsass
Fixes #3251 Still needs Node Docker image release before this will pass
Support should land on April 19, 2022. - [x] Add 18 to CI - [x] Add the Module version to extensions.js - [x] Update support table in README.md - [x]...
Introduce the ultimate libsass C API troubleshooting tool. See your JavaScript values being folded into the libsass context. And back.
This code compiles but the tests fail and I'm not sure why -- I think it might be a libsass bug. I could use some help debugging it.
It is still quite confusing how to use eyeglass, and I guess part of the problem is that it is not supported by the node-sass cli. You might argue that...
Would it be possible to provide not just x64, but aarch64 releases for Mac & Linux, or Windows too if you can, but that at least I'm not invested in....
Tested on node versions: 16.15.0, 16.14.0 Reproduced on two different computers, on Windows. When running `npm install`: - postinstall on `npm 8.5.5` works - pre-compiled binary is used, no build...
- NPM version (6.14.5): - Node version (v14.4.0): - node-sass version (4.14.1): **Example** ``` .button { --primary-color: 33, 150, 243; } .button--primary { background-color: rgb(var(--primary-color)); } ``` **Expected outcome:** `.button--primary...
Hi Team, When we are trying to install node-sass@latest version in my local windows machine got command failed error. Please help [email protected] [email protected]. 1281 timing build:link:node_modules/read-pkg/node_modules/semver Completed in 68ms 1282...
```docker FROM node:16.15.1 RUN npm i node-sass ``` ``` root@9289a5471fa2:/application/src# npm i node-sass [##################] \ reify:webpack: timing reifyNode:node_modules/prettier Completed in 3945ms [##################] \ reify:webpack: timing reifyNode:node_modules/prettier Completed in 3945ms [##################]...