Skip to content

Commit

Permalink
starter file
Browse files Browse the repository at this point in the history
  • Loading branch information
b-cooper committed Jan 11, 2024
1 parent 8354e7f commit bf28628
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
32 changes: 32 additions & 0 deletions components/src/helix-design-system/colors.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
/**
* green
*/

/**
* red
*/

/**
* yellow
*/

/**
* purple
*/

/**
* blue
*/

/**
* grey
*/

/**
* core
*/

/**
* extras
*/
export const transparent = 'transparent'
1 change: 1 addition & 0 deletions components/src/helix-design-system/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './colors'

0 comments on commit bf28628

Please sign in to comment.