Skip to content

dmcclintock/sass-wordpress-bootstrap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(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.

About

Mashing together sass and wordpress bootstrap to create sass wordpress bootstrap

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 42.2%
  • PHP 37.6%
  • JavaScript 20.2%