<%= stats.rules.length %>
Styles
<%= stats.sizeKB %>
minified
<%= stats.gzipSizeKB %>
gzipped
<% stats.rules.forEach(function(rule) { %> <% }) %>
Selectors Declarations
<%= rule.selector %> <% rule.declarations.forEach(function(dec) { %> <%= dec.prop %>: <%= dec.value %>; <% }) %>