SASS Basics

Initialization

Installation

npm install -g sass

Create CSS

sass --watch styles/style.scss styles/style.css

HTML Link

link rel="stylesheet" href="./styles/style.css"

Getting Started

Variables

This is myColor text

Nesting