templates/web/admin/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.   <link href="{{ this.getResourceURL(file.url, file) }}" rel="stylesheet" type="text/css" media="{{ file.media }}" />
  9. {% endfor %}
  10. {% endif %}