Skip to content

The Shop to go along with your SassChops. Companion files for SassShop—a workshop designed and lovingly crafted to level up your Sass skills

License

Notifications You must be signed in to change notification settings

misscs/sasschops-theshop

Repository files navigation

SassChops

Get your Sass a Cut Above the Rest

SassChops is a workshop designed for beginner and intermediate Sass users.

Pre-Requisites

  • Compiling Sass on your machine
  • Comfortable with CSS
  • Download the ChopShop repo on to your machine and ensure you can compile Sass

Recommended

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.

Getting started

  1. Clone or download the Shop files.
  2. cd into the directory and run bundle install
  3. Run compass watch or sass -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

sass

This directory should contain all your project's Sass files. For more on organizing sass files, see

css

This directory should contain all your project's compiled CSS files.

bower.json

The project Bower configuration file. Edit this file if you are going to use Bower to manage your Sass dependencies

config.rb

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.

Gemfile

Add your Sass extensions if you are using Bundler to manage your gems/extensions.

Gulpfile.js(coming soon)

A pre-configured Gulpfile for compiling Sass. Defaults to Ruby Sass.

Gruntfile.js (coming soon)

A pre-configured Gruntfile for compiling Sass. Defaults to using Ruby Sass

About

The Shop to go along with your SassChops. Companion files for SassShop—a workshop designed and lovingly crafted to level up your Sass skills

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published