简体   繁体   中英

bootstrap-sass 3.3.3 glyphicons showing as rectangles

Bootstrap styling is working but glyphicons are showing up as: [].

I am using the bootstrap-sass gem with rails

Try editing your CSS:

@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css'); 

Use this link instead of local css file.

通过更新sass版本修复了此问题。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM