Description
Return the url of a theme asset stylesheet.
Syntax
{{ <path_to_a_theme_asset> | stylesheet_url(: <media>) }}
Example
{{ 'application.css' | stylesheet_url }}
returns
"/sites/<site_id>/theme/stylesheets/application.css"
Return the url of a theme asset stylesheet.
{{ <path_to_a_theme_asset> | stylesheet_url(: <media>) }}
{{ 'application.css' | stylesheet_url }}
returns
"/sites/<site_id>/theme/stylesheets/application.css"