compass: You must compile individual stylesheets from the project directory

前端 未结 6 2371
有刺的猬
有刺的猬 2020-12-29 05:36

A while ago I was using compass to generate stylesheets from sass for a project.

Recently I returned to that project. I went to my sass directory and did \"compass w

6条回答
  •  天涯浪人
    2020-12-29 06:05

    I usually have my config.rb in my project directory (or root) rather than the sass directory.

    Folder structure would be like this:

    • config.rb
    • --- css
    • --- sass

    Also your css_dir and sass_dir have the same value, which could lead to your issue as well.

提交回复
热议问题