templates/web/customer/header/parts/parts.css/css.twig line 1

Open in your IDE?
  1. {##
  2.  # Header part
  3.  #
  4.  # @ListChild (list="head.css", weight="100")
  5.  #}
  6. {% if not this.doCSSAggregation() %}
  7.   {% for file in this.getCSSResources() %}
  8.     {{ widget(template='header/parts/parts.css/css_resource.twig',
  9.       async=file.async,
  10.       media=file.media,
  11.       url=this.getResourceURL(file.url, file)
  12.     ) }}
  13.   {% endfor %}
  14. {% endif %}