SASS Basics

Initialization

Installation

npm install -g sass

Create CSS

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

HTML Link

link rel="stylesheet" href="proxy.php?url=https%3A%2F%2FDevelopmentGuide.github.io%2F.%2Fstyles%2Fstyle.css"

Getting Started

Variables

This is myColor text

Nesting