Hello. In the Dawn theme I noticed that some stylesheets are loaded using this pattern:
This example is taken from: https://github.com/Shopify/dawn/blob/main/sections/header.liquid#L1
I would know the usage of this pattern and which are the benefits over loading stylesheets by using directly:
{{ 'component-list-menu.css' | asset_url | stylesheet_tag }}