Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 1, 2024
1 parent dc4bdb6 commit 6a44528
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
6 changes: 3 additions & 3 deletions libs/watt/src/lib/foundations/_tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
:root {
--action-size-height: 3rem;
--action-spacing-inline-padding: 1.5rem;
--action-color-background-primary-enabled: #00847C;
--action-color-background-primary-enabled: #00847c;
--action-border-radius: 2.5rem;
--action-typography-font-size: 0.875rem;
--action-typography-font-family: 'Open Sans', sans-serif;
--action-typography-font-family: "Open Sans", sans-serif;
--size-100: 0.875rem;
--size-150: 1.5rem;
--size-250: 2.5rem;
Expand All @@ -34,7 +34,7 @@
--color-primary-500: #00847c;
--border-radius-250: 2.5rem;
--font-size-100: 0.875rem;
--font-family-body: 'Open Sans', sans-serif;
--font-family-body: "Open Sans", sans-serif;
--token-set-order-0: core;
--token-set-order-1: semantic;
}
7 changes: 2 additions & 5 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@
},
"$themes": [],
"$metadata": {
"tokenSetOrder": [
"core",
"semantic"
]
"tokenSetOrder": ["core", "semantic"]
}
}
}

0 comments on commit 6a44528

Please sign in to comment.