You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: update scss-bundle to avoid node-sass dependency (#17978)
The `scss-bundle` package has a dependency on `node-sass` in the older
versions. This makes our tooling reliant on native bindings, and requires
additionally work in framework where we integrate our tooling into a different
environment setup (e.g. different node version).
Regardless of that though, it's generally better not relying on node-sass
or native bindings since we use `sass` (not node-sass) for building with Bazel.
0 commit comments