Skip to content
Ryan Allen edited this page Jan 29, 2019 · 5 revisions

Tech Dependencies

  • node
  • npm (keep updated)
  • ruby sass
  • gulp-autoprefixer (needed updated through npm i autoprefixer)
  • gulp (install globally sudo npm install -g gulp)
  • gulpfile

Convert SCSS to CSS

Run Sass watch by opening terminal, navigating to the mind/style folder, and running: sass --watch mind.scss:mind.css

Check caniuse and autoprefix for the last 2 browser versions

In terminal type gulp in the mind folder, this runs gulp-autoprefixer every time a change to the is detected.

How things should look

Terminals running