How to Install and Configure SASS Locally
In this lesson, we'll cover the installation of SASS onto our local machine. Including the initial configuration & live server setup.
We'll cover the following...
Before we can write Sass code, it needs to be installed locally. As by default, it’s not a language known to the browser.
Let’s now go through the process to setup the environment that will allow us to write ...