تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح Learn SASS - Intro and Setup ضمن كورس SASS شرح قناة Steve Griffith - Prof3ssorSt3v3، الفديو رقم 1 مجانى معتمد اونلاين
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