diff --git a/tokens/raw/primitives.json b/tokens/raw/primitives.json new file mode 100644 index 0000000..71493b9 --- /dev/null +++ b/tokens/raw/primitives.json @@ -0,0 +1,10 @@ +{ + "color": { + "vermilion": { + "500": { + "$value": "#f9603e", + "$type": "color" + } + } + } +} \ No newline at end of file diff --git a/tokens/raw/semantics.json b/tokens/raw/semantics.json new file mode 100644 index 0000000..3f9e26a --- /dev/null +++ b/tokens/raw/semantics.json @@ -0,0 +1,10 @@ +{ + "color": { + "bg": { + "cta": { + "$value": "{color.vermilion.500}", + "$type": "color" + } + } + } +} \ No newline at end of file