Go to file
James Skemp 5602b62969 Add while loop example 2024-01-04 13:23:57 -06:00
input Add initial testing code 2024-01-03 13:14:03 -06:00
output Add initial testing code 2024-01-03 13:14:03 -06:00
sass-project Add while loop example 2024-01-04 13:23:57 -06:00
README.md Update with variable-related changes 2024-01-03 13:47:59 -06:00

README.md

Sass Testing

npm install -g sass
sass input/:output/

sass-project

From The Complete Sass & SCSS Course: From Beginner to Advanced.

http-server . -c-1
sass scss/:css/
# or
sass scss/:css/ -w --update