Installing Dart Sass
Development Enviroment
Follow the instructions below to install dart-sass binaries based on your operating system:
|
|
|
|
|
Alternatively, you can download Dart Sass binaries directly from the dart-sass release page.
When using prebuilt binaries, make sure to add Dart Sass to your system’s PATH. |
Build Enviroment
In a build environment, especially when deploying with CI/CD pipelines or Docker, you can ensure that Dart Sass is available using the following methods:
To install Dart Sass for CI/CD deployment on GitHub Pages, include the following step in your workflow file:
|
|
To install Dart Sass for Docker, include the following step in your Dockerfile:
|