Skip to content

Commit

Permalink
Built and updated design tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
iryanclarke authored and github-actions[bot] committed Jul 4, 2022
1 parent b3bb598 commit 00942ad
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build/scss/colors.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Mon, 04 Jul 2022 15:39:24 GMT
// Generated on Mon, 04 Jul 2022 15:42:29 GMT

$green100: #FAFFFC;
$green200: #EBF2EF;
Expand Down
5 changes: 2 additions & 3 deletions build/scss/typography.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Mon, 04 Jul 2022 15:39:24 GMT
// Generated on Mon, 04 Jul 2022 15:42:29 GMT

$letterSpacingbase: 0;
$paragraphSpacingbase: 0;
Expand Down Expand Up @@ -89,5 +89,4 @@ $weightstrong: 600;
$weightbold: 900;
$mobileSizeh1: 32px;
$mobileSizeh2: 28px;
$mobileSizeh3: 22px;
$mobileSizeh4: 20px;
$mobileSizeh3: 22px;
2 changes: 1 addition & 1 deletion build/ts/colors.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Mon, 04 Jul 2022 15:39:24 GMT
* Generated on Mon, 04 Jul 2022 15:42:29 GMT
*/

export const green100 = "#FAFFFC";
Expand Down
5 changes: 2 additions & 3 deletions build/ts/typography.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Mon, 04 Jul 2022 15:39:24 GMT
* Generated on Mon, 04 Jul 2022 15:42:29 GMT
*/

export const letterSpacingbase = 0;
Expand Down Expand Up @@ -90,5 +90,4 @@ export const weightstrong = 600;
export const weightbold = 900;
export const mobileSizeh1 = "32px";
export const mobileSizeh2 = "28px";
export const mobileSizeh3 = "22px";
export const mobileSizeh4 = "20px";
export const mobileSizeh3 = "22px";

0 comments on commit 00942ad

Please sign in to comment.