Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 994 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 994 Bytes

(Sass) WordPress Bootstrap

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 the functions.php (look below).
  • LESS has been replaced by Sass...

Discrepancies from Sass Twitter Bootstrap

  • Organized .scss files in a partials folder.
  • New file added named _wp.scss with stuff from style.css (with exception to the theme information).
  • Added a _shame.scss.