-
Notifications
You must be signed in to change notification settings - Fork 4
Styles
Ryan Allen edited this page Jan 29, 2019
·
5 revisions
- node
- npm (keep updated)
- ruby sass
- gulp-autoprefixer (needed updated through npm i autoprefixer)
- gulp (install globally sudo npm install -g gulp)
- gulpfile
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.