Iris is a WordPress starter theme built with sass, bootstrap, webpack, and ES6. Override things as needed in order to build the site.
The theme is built using webpack to control asset compiling.
Run npm install
in theme root to install necessary node packages to run webpack.
webpack --watch
or npm run dev
- Runs all css and js tasks and starts `watch'
The theme uses Bootstrap as a base and extends many of it's classes and mixins from there.
Write:
- boostrap default variables
- using media queries
- adding images in sass
Write:
- using vendor libraries
- using jquery
Write:
- What is provided by default for the theme