# File lib/compass/compiler.rb, line 34
    def stylesheet_name(sass_file)
      if sass_file.index(from) == 0
        sass_file[(from.length + 1)..-6]
      else
        raise Compass::Error, "You must compile individual stylesheets from the project directory."
      end
    end