% /* _.forIn(modules, function(module, key) { */ %> <% _.forIn(routes.docs.routes, function(primaryPage) { %> <% if (primaryPage.sections) { %> <% _.forIn(primaryPage.sections, function(section) { %>
Selectors | Declarations |
---|---|
<%= rule.selector %> | <% rule.declarations.forEach(function(dec) { %> <%= dec.prop %>: <%= dec.value %>; <% }) %> |