Install the bootstrap gem: gem “bootstrap-sass”, “~> 3.3” gem “font-awesome-rails”, “~> 4.3” Rename app/assets/stylesheets/application.css to application.css.scss, so you an add @import statements to it Replace the entire content of the file with: @import “bootstrap-sprockets”; @import “bootstrap”; @import “font-awesome”; Once you do this, you will need to also import the particular stylesheets your app is compose […]
Category Archives: bootstrap
bootstrap: the basics
form example here: http://onsubject.com/experiments/angular_playground/#/forms form-horizontal – switch forms to a grid. The class can also be used to create a fast grid for non-form elements