# File lib/compass/app_integration/rails/installer.rb, line 113 def stylesheet_prefix if css_dir.length >= 19 "#{css_dir[19..-1]}/" else nil end end