Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 647 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 647 Bytes

ShopCare LemonStand Theme

Working with CSS

  1. Install Saas

    gem install sass # or gem update sass
  2. 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