stylesheet_tag Filter

Generates an HTML <link> tag for including CSS files.

Parameters

None.

Category

HTML Filters

Description

Generates an HTML <link> tag for including CSS files.

You’ll typically use this tag to reference style sheets stored along with your theme, chained with the asset_url filter.

{{ 'css/app.min.css' | asset_url | stylesheet_tag }}