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

Open in your IDE?
  1. {##
  2.  # CSS resource
  3.  #}
  4. {% if this.async %}
  5.   <link href="{{ this.url }}"
  6.         rel="stylesheet"
  7.         onload="this.media='all'; this.onload=null;"
  8.         media="{{ this.media }}" />
  9. {% else %}
  10.   <link href="{{ this.url }}"
  11.         rel="stylesheet"
  12.         type="text/css"
  13.         media="{{ this.media }}" />
  14. {% endif %}