Added Twitter Bootstrapp with SASS support

This commit is contained in:
Christoph Haas 2013-08-07 22:06:14 +02:00
parent 78b8f594af
commit 6e9ff16913
4 changed files with 10 additions and 0 deletions

View file

@ -11,3 +11,5 @@
*= require_self
*= require_tree .
*/
//= require bootstrap

View file

@ -0,0 +1,2 @@
@import 'bootstrap';
@import 'bootstrap-responsive';