Method: Sprockets::SasscProcessor::Functions#stylesheet_url
- Defined in:
- lib/sprockets/sassc_processor.rb
#stylesheet_url(path) ⇒ Object
Public: Generate a stylesheet url() link.
path - SassC::Script::Value::String URL path
Returns a SassC::Script::Value::String.
234 235 236 |
# File 'lib/sprockets/sassc_processor.rb', line 234 def stylesheet_url(path) asset_url(path, type: :stylesheet) end |