From 89ea17578a2a8ee472b5df4996e00608ad239306 Mon Sep 17 00:00:00 2001 From: chirag-jn <31701616+chirag-jn@users.noreply.github.com> Date: Wed, 25 Oct 2017 09:12:26 +0530 Subject: [PATCH] Update annotations.json --- exported-examples/annotations.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/exported-examples/annotations.json b/exported-examples/annotations.json index 9d87f0a..7c2ac6e 100644 --- a/exported-examples/annotations.json +++ b/exported-examples/annotations.json @@ -1,48 +1,48 @@ { "globals": [ { - "variable": "$black", + "name": "$black", "value": "#000", "compiledValue": "#000" }, { - "variable": "$slate", + "name": "$slate", "value": "#8ca5af", "compiledValue": "#8ca5af" }, { - "variable": "$global-group", + "name": "$global-group", "value": "#ff0000", "compiledValue": "#ff0000" } ], "brand-colors": [ { - "variable": "$brand-gray-light", + "name": "$brand-gray-light", "value": "#eceff1", "compiledValue": "#eceff1" }, { - "variable": "$brand-gray-medium", + "name": "$brand-gray-medium", "value": "#d6d6d6", "compiledValue": "#d6d6d6" }, { - "variable": "$brand-gray", + "name": "$brand-gray", "value": "#b0bec5", "compiledValue": "#b0bec5" } ], "fonts": [ { - "variable": "$font-size", + "name": "$font-size", "value": "16px", "compiledValue": "16px" }, { - "variable": "$font-color", + "name": "$font-color", "value": "$brand-gray-medium", "compiledValue": "#d6d6d6" } ] -} \ No newline at end of file +}