Appendix B. Getting started with Compass
This will create the my-project directory if it doesn’t already exist and fill it with the following files:
If you don’t pass a directory to the compass create command, it’ll use your current directory.
In config.rb, you’ll make changes to Compass configurations like asset locations and compression level (more on that in a moment). The sass directory contains some starter stylesheets that you can edit, rename, or toss out completely, but this is where your Sass stylesheets will live. Finally, there’s a stylesheets directory where compiled CSS files are written.
There are several options you can use with the compass create command to configure your project: