{{! Copyright (c) 2015, salesforce.com, inc. - All rights reserved }}
{{! Licensed under BSD 3-Clause - https://opensource.org/licenses/BSD-3-Clause }}

:root {
{{#each props as |prop|}}
  {{#if prop.comment}}
  {{{trimLeft (indent (comment (trim prop.comment)))}}}
  {{/if}}
  --{{kebabcase prop.name}}: {{#eq prop.type "string"}}"{{/eq}}{{{prop.value}}}{{#eq prop.type "string"}}"{{/eq}};
{{/each}}
}
