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
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
Inspired by #1106 (and others I can't remember atm).
We have a handful of really useful environment variables, with subtly different behaviour. These are currently poorly, or undocumented which leads to people not knowing they exist, or how they work.
We need to document theses
Off the top of my head we ENV variables for installing/downloading the binaries, as well compiling the binary in dev mode. Below is some, but not all, of the ENV variables that directly affect node-sass.
Variable name
value
SASS_BINARY_NAME
path
SASS_BINARY_SITE
URL
SASS_BINARY_PATH
path
LIBSASS_EXT
auto,yes,no
LIBSASS_CFLAGS
compiler directives
LIBSASS_LDFLAGS
linker directives
The text was updated successfully, but these errors were encountered:
Inspired by #1106 (and others I can't remember atm).
We have a handful of really useful environment variables, with subtly different behaviour. These are currently poorly, or undocumented which leads to people not knowing they exist, or how they work.
We need to document theses
Off the top of my head we ENV variables for installing/downloading the binaries, as well compiling the binary in dev mode. Below is some, but not all, of the ENV variables that directly affect node-sass.
auto
,yes
,no
The text was updated successfully, but these errors were encountered: