Bootstrap Sass Rails 4 customize styling
I'm trying to customize the styling of my rails app with bootstrap Less variables available here. I am using the bootstrap Sass and I included all javascript css and fonts in my /vendor/assets . I followed Erik Minkel tutorial word for word or should I say code for code. In assets/javascript/application.js //= require jquery //= require jquery.countdown //= require bootstrap //= require jquery_ujs //= require tinymce-jquery //= require jquery.turbolinks //= require turbolinks //= require masonry/jquery.masonry //= require_tree . And in assets/stylesheets/application.css *= require_tree . *=