salcode / bootstrap-genesis

WordPress Genesis Child Theme setup to use Bootstrap, Sass, and Grunt
MIT License
184 stars 63 forks source link

Add documentation of project goal #69

Closed salcode closed 9 years ago

salcode commented 9 years ago

See comment that prompted this issue

salcode commented 9 years ago

My initial thought is manipulating markup via PHP is always better than adding CSS (Sass) because:

  1. We want to keep the CSS as small as possible for load time
  2. By using Bootstrap Markup we make the Bootstrap integration more transparent and easier understand and manipulate.