SASS Start #сборка_проектов
1. Install Ruby installer -> https://rubyinstaller.org/downloads/
2. Install SASS from Ruby packages -> gem install sass
3. Check version of sass -> sass -v
***
simple project struture:
- css
--style.css
- scss
- style.scss
index.html
***
4. Track all changes in project style files -> sass --watch scss:css (sass --watch scss\style.scss:css\style.css)
5. Track all changes and get min style file -> sass --watch scss\style.scss:css\style.css --style compressed