Stuff you need to start a WordPress project with Bootstrap and Sass.
Bootstrap in Wordpress theme by WordPress Bootstrap which is based on Bones with the awesome addition of sass-twitter-bootstrap.
Discrepancies from WordPress Bootstrap
- All
.DS_Store
files have been deleted and git ignored. style.css
is no longer called in thefunctions.php
(look below).- LESS has been replaced by Sass...
Discrepancies from Sass Twitter Bootstrap
- Organized
.scss
files in apartials
folder. - New file added named
_wp.scss
with stuff fromstyle.css
(with exception to the theme information). - Added a
_shame.scss
.