Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 661 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 661 Bytes

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.