SassChops is a workshop designed for beginner and intermediate Sass users.
- Compiling Sass on your machine
- Comfortable with CSS
- Download the ChopShop repo on to your machine and ensure you can compile Sass
If you are not using rbenv, a build tool—Grunt or Gulp—and/or bundler and want to know why these tools are fundamental to a better Sass workflow, watch Ian Carrico's excellent 2013 SassConf talk Taking the Pain Out of Sass.
- Clone or download the Shop files.
cd
into the directory and runbundle install
- Run
compass watch
orsass -r sass-globbing --watch sass:css
If you do not have bundler, you just need to ensure you have Sass, Compass, and the Sass globbing gem on your machine.
gem install sass
gem install compass
gem install sass-globbing
Check out the docs
This directory should contain all your project's Sass files. For more on organizing sass files, see
This directory should contain all your project's compiled CSS files.
The project Bower configuration file. Edit this file if you are going to use Bower to manage your Sass dependencies
If you are using Compass, make sure that you edit the project paths to Sass, CSS, JS, and image directories so they match your directory structure.
Add your Sass extensions if you are using Bundler to manage your gems/extensions.
A pre-configured Gulpfile for compiling Sass. Defaults to Ruby Sass.
A pre-configured Gruntfile for compiling Sass. Defaults to using Ruby Sass