Im using the twitter-bootstrap-rails gem in my application.
I discovered that this gem uses the 2.3 twitter bootstrap version cause i have to use
class="span6"
not
class="col-md6"
when creating a grid.
How can I upgrade to bootstrap 3?
Im using the twitter-bootstrap-rails gem in my application.
I discovered that this gem uses the 2.3 twitter bootstrap version cause i have to use
class="span6"
not
class="col-md6"
when creating a grid.
How can I upgrade to bootstrap 3?
https://github.com/seyhunak/twitter-bootstrap-rails#using-stylesheets-with-less shows you howto include your LESS file, include the LESS files of Twitter's Bootstrap 3 here?