amzn/style-dictionary

View on GitHub
examples/advanced/custom-formats-with-templates/templates/web-scss.template

Summary

Maintainability
Test Coverage
<% _.each(allProperties, function(prop) {
%>$<%= prop.name %>: <%= prop.value %>;<% if (prop.comment) { %> // <%= prop.comment %><% } %>
<% }); %>