-
Install Saas
gem install sass # or gem update sass
-
Generating css files
Work on your css in shopcare.scss and shopcare.css will be generated. From the root of the repo run this command to generate the css file when the scss file changes. If you are a user of this theme it is recommended that you create your own css file do not edit shopcare.scss directly.
UPDATED
sass --watch resources/css/shopcare.scss:resources/css/shopcare.css
OLD
sass --watch shopcare/resources/css/shopcare.scss:shopcare/resources/css/shopcare.css