//------------------------------------------------------
// Do not edit this file directly. These variables are
// generated from the Momentum Design color tokens.
// @momentum-ui/tokens/dist/buton.json
//------------------------------------------------------

{{#each this}}
{{#with light}}
${{../../prefix}}-{{../../component}}-{{@key}}-light: {{this}} !default;
{{/with}}
{{#with dark}}
${{../../prefix}}-{{../../component}}-{{@key}}-dark: {{this}} !default;
{{/with}}
{{#each this}}
{{#with light}}
${{../../../prefix}}-{{../../../component}}-{{@../key}}-{{@key}}-light: {{this}} !default;
{{/with}}
{{#with dark}}
${{../../../prefix}}-{{../../../component}}-{{@../key}}-{{@key}}-dark: {{this}} !default;
{{/with}}
{{#each this}}
{{#with light}}
${{../../../../prefix}}-{{../../../../component}}-{{@../../key}}-{{@../key}}-{{@key}}-light: {{this}} !default;
{{/with}}
{{#with dark}}
${{../../../../prefix}}-{{../../../../component}}-{{@../../key}}-{{@../key}}-{{@key}}-dark: {{this}} !default;
{{/with}}
{{/each}}
{{/each}}
{{/each}}
