This starter theme uses the Sass version of Foundation because it gives you a more robust ability to control your theme not only through Foundation’s presentational classes, but also through its mixins.
How to get started
Install Foundation Sites and Gulp Modules via NPM
- Clone or download the project onto your themes directory
(.wp-content/themes)
- From the theme directory, run
npm install
. All of the theme dependencies will be installed intonode_modules
- Run a find-and-replace to remove the heisenberg slug/string throughout with your project/theme name
- Run
gulp
Follow the project on GitHub
We’re actively developing the starter theme, so the best way to stay current with instructions and such is to view the project on GitHub.
Issues
If you run into any issues or have questions, please don’t hesitate to open a support request and we’ll get to it as soon as possible.
Want to Contribute?
We love contributions! ? ? To contribute:
- Clone the repository
- Create a new branch off of master
- Commit your changes
- Open a pull request