Method: Sprockets::SassProcessor::Functions#stylesheet_url

Defined in:
lib/sprockets/sass_processor.rb

#stylesheet_url(path) ⇒ Object

Public: Generate a stylesheet url() link.

path - Sass::Script::String URL path

Returns a Sass::Script::String.



244
245
246
# File 'lib/sprockets/sass_processor.rb', line 244

def stylesheet_url(path)
  asset_url(path, type: :stylesheet)
end