Added Twitter Bootstrapp with SASS support
This commit is contained in:
parent
78b8f594af
commit
6e9ff16913
4 changed files with 10 additions and 0 deletions
|
|
@ -11,3 +11,5 @@
|
|||
*= require_self
|
||||
*= require_tree .
|
||||
*/
|
||||
|
||||
//= require bootstrap
|
||||
2
app/assets/stylesheets/application.css.scss
Normal file
2
app/assets/stylesheets/application.css.scss
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
@import 'bootstrap';
|
||||
@import 'bootstrap-responsive';
|
||||
Loading…
Add table
Add a link
Reference in a new issue