module Sprockets::SasscProcessor::Functions
def stylesheet_url(path)
path - SassC::Script::Value::String URL path
Public: Generate a stylesheet url() link.
def stylesheet_url(path) asset_url(path, type: :stylesheet) end
def stylesheet_url(path) asset_url(path, type: :stylesheet) end