Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 537 Bytes

readme.md

File metadata and controls

22 lines (14 loc) · 537 Bytes

Chapter 12: Using Preprocessors

Getting started

Option 1: Using npm

  1. Install the dependencies. From the root of the project run the following command:
npm install
  1. Start the Sass watcher. This will listen for changes in the .scss files (both in the before and after folders), and compile the CSS on save.
npm start
  1. Open the ./before/index.html file in a modern browser.

Option 2: In Codepen

Follow setup instruction found in the first section of chapter 13.