Skip to content

320ny/shopcare_lemonstand_theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

079a29e · Feb 11, 2016

History

36 Commits
Feb 11, 2016
Aug 27, 2015
Jan 12, 2016

Repository files navigation

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