amzn/style-dictionary

View on GitHub
examples/advanced/referencing_aliasing/properties/button/button.json

Summary

Maintainability
Test Coverage
{
  "button": {
    "color": {
      "primary": {
        "value": "{color.primary.value}"
      },
      "secondary": {
        "value": "{color.secondary.value}"
      },
      "danger": {
        "value": "{color.base.red.value}"
      }
    },
    "text": {
      "size": {
        "value": "{globals.baseline}{globals.unit}"
      }
    }
  }
}