在 intellij 中开发 rails,用 navbar 装饰没效果,并且提示拼写错误。已经安装了 bootstrap。
拼写错误是 Intellij 的英文语法检查的,跟装饰没效果没关系,估计是你 bootstrap 没有引入。
你检查一下 application.scss 里有这行吗 @import 'bootstrap'
application.scss
@import 'bootstrap'
你好,在 application.scss 已经引入啦@import “bootstrap" 但还是无法加载 bootstrap 效果,现在就是不知道问题在哪里,程序也没报错??