Skip to content

How to SCSS? Basic things are explored here and commented (kind of). A lesson for myself in future maybe.

Notifications You must be signed in to change notification settings

w3dg/fluffy-scss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fluffy-scss

How to Sass?

All things are explored here and commented (kind of). A lesson for myself in future maybe.

Get up and running

You need some kind of sass compiler installed, I used Dart Sass.

npm install -g sass

Check the official installation docs here. Also a Live Sass Compiler VSCode extension is available here

Run sass in watch mode

$ sass --watch sass/:styles/

This will watch for sass files in styles directory and output css files in public directory.

Enjoy Learning!

About

How to SCSS? Basic things are explored here and commented (kind of). A lesson for myself in future maybe.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published