Implement Compass into an existing Sass project
问题 I've been looking at implementing Compass into an existing Sass project. However, I'm struggling to find out if it's even possible. I've been reading through the docs know you can use --sass-dir and --css-dir to define the folder names that it looks for but I can't seem to prevent Compass from creating it's own project structure within my own. Do I need to create a custom config file? Here is the structure: js |_//js here img |_//images here css -main.css //combined from main.scss -main.min