This fork adds in simple support for SCSS sourcemaps support in SASS version >= 3.3.0.alpha. This is required to support newer versions of chrome.
Use the following in config.rb to enable it:
sass_options = {:sourcemap => true}
Compass is written by Chris Eppstein.
Chris is the Software Architect of Caring.com and a member of the Sass core team.
Copyright (c) 2008-2009 Christopher M. Eppstein
All Rights Reserved.
Released under a slightly modified MIT License.