# File lib/compass/configuration/defaults.rb, line 51 def default_css_path if (pp = top_level.project_path) && (dir = top_level.css_dir) Compass.projectize(dir, pp) end end