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_Storefiles have been deleted and git ignored. style.cssis no longer called in thefunctions.php(look below).- LESS has been replaced by Sass...
Discrepancies from Sass Twitter Bootstrap
- Organized
.scssfiles in apartialsfolder. - New file added named
_wp.scsswith stuff fromstyle.css(with exception to the theme information). - Added a
_shame.scss.