module Sprockets::SassProcessor::Functions
def stylesheet_url(path)
path - Sass::Script::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