Skip to content

racheljackkson/rachel-sass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lesson to refactor CSS to SCSS

A template to use in learning Sass. See the ICJ class for more info.

Project setup with degit

An easy way to use download and use a template from a repo is degit, which ICJ students should have installed when they set up Node.

  • Create your local project folder.
  • In a terminal from inside the folder, run degit utdata/icj-sass-template.
  • Run npm install to install dependences.
  • Run gulp dev to run Sass and start the development server.

For further directions, see the Sass lesson.