Method: Sprockets::SassProcessor::Functions#stylesheet_path
- Defined in:
- lib/sprockets/sass_processor.rb
#stylesheet_path(path) ⇒ Object
Public: Generate url for stylesheet path.
path - Sass::Script::String URL path
Returns a Sass::Script::String.
235 236 237 |
# File 'lib/sprockets/sass_processor.rb', line 235 def stylesheet_path(path) asset_path(path, type: :stylesheet) end |