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

后端 未结 7 1252
梦如初夏
梦如初夏 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条回答
  • 2020-12-03 07:59

    The @import command in Sass imports .scss or .sass files, not .css files.

    It looks like something was missed in the install. (maybe the line compass install blueprint?) I followed the steps here: http://compass-style.org/reference/blueprint/ and was unable to recreate the issue.

    0 讨论(0)
提交回复
热议问题