facebook twitter hatena line email

Ruby/rails/twitter bootstrap

提供: 初心者エンジニアの簡易メモ
移動: 案内検索

sassでtwitter bootstrapをインストール

GemFile

gem 'bootstrap-sass', '~> 3.3.7'
gem 'sass-rails', '>= 3.2'
$ bundle install

app/assets/stylesheets/application.scss

// "bootstrap-sprockets" must be imported before "bootstrap" and "bootstrap/variables"
@import "bootstrap-sprockets";
@import "bootstrap";

サーバを再起動してgemを反映する