# File lib/compass/configuration.rb, line 141 def css_path if project_path && css_dir File.join(project_path, css_dir) end end