Get started with Sass

There are a couple of ways to start using Sass: one of them is by installing a small application on your computer. There are a good many applications that will get you up and running with Sass in a few minutes for Mac, Windows, and Linux. You can download most of the applications for free but a few of them are paid apps (and totally worth it).

Refer this this page to learn more.

Color Scheme Management
  • Once you are ready, open the following file within your code editor:
    /library/scss/partials/_variables.scss
  • Change any variables you want to modify.
  • Save your changes
  • Upload the compiled style.css file to your web server located here:
    /library/css/style.css
  • You are done