簡體   English   中英

Rails 4:Bootstrap-sass和glyphicons

[英]Rails 4: Bootstrap-sass and glyphicons

使用bootstrap-sass寶石,但無法在我的視線中顯示字形圖標。

寶石文件

gem 'bootstrap-sass', '2.3.2.0'
gem 'sass-rails', '>= 4.0.0'

CSS文件

@import "bootstrap";

視圖

<i class="glyphicon glyphicon-indent-right"></i>

嘗試使用

CSS文件

@import "bootstrap-sprockets"; //this allow the gliphicon to work
@import "bootstrap";

這與我的Gemfile一起使用

gem 'bootstrap-sass', '3.2.0.1'
gem 'sass-rails', '~> 4.0.0'

使用Bootstrap 2.3+時,您需要<i class="icon-indent-right"></i>

檢查官方指南

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM