<% /* _.forIn(modules, function(module, key) { */ %> <% _.forIn(routes.docs.routes, function(primaryPage) { %> <% if (primaryPage.sections) { %> <% _.forIn(primaryPage.sections, function(section) { %>

<%= section.module %> v<%= modules[section.module].version %>

Details
<% modules[section.module].stats.rules.forEach(function(rule) { %> <% if (rule.selector != ':root') { %> <% } %> <% }) %>
Selectors Declarations
<%= rule.selector %> <% rule.declarations.forEach(function(dec) { %> <%= dec.prop %>: <%= dec.value %>; <% }) %>
<% }) %> <% } %> <% }) %>