September 2024
Intermediate to advanced
743 pages
27h 48m
English
To use Sass, you’ll first need the Sass compiler, through which you can convert and compile Sass code into CSS code.
Among other things, Sass is available as a package for Node.js (https://nodejs.org/), the server-side runtime environment for JavaScript, which we’ll discuss in more detail in Chapter 14. Node.js provides its own package manager, the Node.js Package Manager (npm), which has become the standard way to install many tools related to web development. In this section, I will therefore only describe this installation method, even though Sass can be installed via other package managers as well.
To better understand the following examples (and because you should install it ...
Read now
Unlock full access