Skip to content

Commit

Permalink
fix: add the export for addFontStyles parser
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenbroekema committed Jul 26, 2023
1 parent 5996e22 commit d76b5cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/silent-melons-crash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@tokens-studio/sd-transforms': patch
---

Add export for addFontStyles parser.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export { transforms } from './registerTransforms.js';

export { expandComposites } from './parsers/expand-composites.js';
export { excludeParentKeys } from './parsers/exclude-parent-keys.js';
export { addFontStyles } from './parsers/add-font-styles.js';

export { mapDescriptionToComment } from './mapDescriptionToComment.js';
export { checkAndEvaluateMath } from './checkAndEvaluateMath.js';
Expand Down

0 comments on commit d76b5cc

Please sign in to comment.