我已经安装了引导程序
gem 'bootstrap', '~> 4.0.0.alpha3'
然后我从https://github.com/github/occticons/下载了 occticons
。解压后,我将octicons目录复制到app/assets/stylesheets/. 然后在application.scss我添加了这一行:
@import "octicons/octicons.scss";
但我仍然无法让 Octicons 工作。为我的应用程序设置它的正确方法是什么?