# File lib/premailer/rails/css_helper.rb, line 16 def css_for_url(url) if cache_enabled? load_css_with_cache(url) else load_css(url) end end