RailsでBootstrapを使うときにやることリスト
よく忘れるのでメモ。
gemを追加
gem 'bootstrap-sass', '3.3.7'
(最新バージョンはここで確認できる↓
https://rubygems.org/gems/bootstrap-sass/ )bundle install
touch app/assets/stylesheets/custom.scss
(CSSを正しい順序で表示させるため)custom.scssに以下を追加
@import "bootstrap-sprockets";
@import "bootstrap";
Author And Source
この問題について(RailsでBootstrapを使うときにやることリスト), 我々は、より多くの情報をここで見つけました https://qiita.com/RyuGotoo/items/451c3ff162c1528c8985著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .