This is Riiskit's child theme; a developer focused parent theme that's based on Underscore, HTML5 Boilerplate, SMACSS and intergrates Gulp.
Riiskit: https://github.com/Chrisriis/riiskit
Install Riiskit first.
Then you need to have installed both npm and gulp. After that, you simply locate (cd) the folder with your CLI and write:
- npm install
- gulp
Then just wait some minutes for the packages to install and voila!
- Gulp workflow that intergrates browsersync, babel, compilation, compression, linting etc.
- Clean and animated CSS mobilemenu.
- Lots of useful template tags.
- Lots of useful CSS helper classes and mixins.
- SASS, OOCSS, BEM and SMACSS.
- WP Customizer settings for common usage.
- IE8+ support.
- Modern semantics and accessibility features.
Watch: After having installed everything, you can type gulp watch to make gulp compile your files everytime you make a change etc.
BrowserSync: Before you activate/write gulp autorefresh, make sure your localhost address is correct. The default is set to 127.0.0.1. If you use another port like 8888, you must edit the gulpfile.js, at the bottom of the file where the address is located.