Student Reviews
( 5 Of 5 )
1 review
Video of Learn SASS - Intro and Setup in SASS course by Steve Griffith - Prof3ssorSt3v3 channel, video No. 1 free certified online
This is the introductory video for the mini-course on learning how to write SASS.
To uninstall Ruby version
gem uninstall sass
possibly have to manually remove
/usr/local/bin/sass
/usr/local/bin/sass-convert
/usr/local/bin/scss
OSX Path line added to .bash_profile
export PATH"${PATH}:/Applications/dart-sass"
Sass website
http://sass-lang.com
download
https://github.com/sass/dart-sass/releases/tag/1.10.1
Test the version of SASS after installing
sass --version
Sass sample commands
sass ./sass/main.scss ./css/main.css
sass --watch ./sass/main.scss:./css/main.css
sass --watch ./sass:./css