Skip to content

Commit

Permalink
Action: Build style-dictionary from tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
bstevens authored and github-actions[bot] committed Jan 11, 2024
1 parent b45423d commit b448329
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build/_generated_variables.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 11 Jan 2024 15:31:03 GMT
* Generated on Thu, 11 Jan 2024 17:54:42 GMT
*/

:root {
Expand Down Expand Up @@ -68,6 +68,7 @@
--color-decor-background-grey-900: #3a3a3a;
--color-decor-background-terracotta-50: #fff6f3;
--color-decor-background-terracotta-100: #ffeae1;
--color-decor-background-terracotta-200: #fed7c4;
--color-decor-background-terracotta-400: #e98d56;
--color-decor-background-skyblue-50: #f1fafc;
--color-achievement-primary: #e8c04e;
Expand Down
3 changes: 2 additions & 1 deletion build/_generated_variables.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Thu, 11 Jan 2024 15:31:03 GMT
// Generated on Thu, 11 Jan 2024 17:54:42 GMT

$color-operating-structure: #3a3daa;
$color-action-primary-default: #4d51c9;
Expand Down Expand Up @@ -66,6 +66,7 @@ $color-decor-background-grey-100: #eeeeee;
$color-decor-background-grey-900: #3a3a3a;
$color-decor-background-terracotta-50: #fff6f3;
$color-decor-background-terracotta-100: #ffeae1;
$color-decor-background-terracotta-200: #fed7c4;
$color-decor-background-terracotta-400: #e98d56;
$color-decor-background-skyblue-50: #f1fafc;
$color-achievement-primary: #e8c04e;
Expand Down
8 changes: 7 additions & 1 deletion tokens/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,13 @@
},
"100": {
"value": "#ffeae1",
"type": "color"
"type": "color",
"description": "Decor tokens do not convey a meaning, they are purely decorative. Use only when a more appropriate token does not exist"
},
"200": {
"value": "#fed7c4",
"type": "color",
"description": "Decor tokens do not convey a meaning, they are purely decorative. Use only when a more appropriate token does not exist"
},
"400": {
"value": "#e98d56",
Expand Down

0 comments on commit b448329

Please sign in to comment.