Sass import error in Rails 3 app - “File to import not found or unreadable: compass”

后端 未结 7 1264
梦如初夏
梦如初夏 2020-12-03 07:23

I have a Rails 3 app on which I successfully ran compass init rails ./ --using blueprint. I can @import files from the /stylesheets directory, but

7条回答
  •  猫巷女王i
    2020-12-03 07:42

    I fixed this problem by switching to the compass-rails gem instead of the compass gem in my Gemfile (don't forget to reboot your server). Just in case someone might come across here.

提交回复
热议问题