CSS Report

Harry's article

 

{% if not stylesheets.length %}

Whoops, no stylesheets found

Looking in {{ pattern }}

{% endif %} {% for stylesheet in stylesheets %}

File {{ stylesheet.path }}

Specificity

Loading..

Metrics

{% for key, val in stylesheet.report %}
{{ key|replace("-", " ")|capitalize }}
{% if val|array %} {% if key == "media-queries" %} {% for v in val %}

{{ v }}

{% endfor %} {% endif %} {% if key == "unique-colours" %} {% for v in val %} {{ v }} {% endfor %} {% endif %} {% else %} {{ val }} {% endif %}
{% endfor %}
{% endfor %}