Skip to content

Commit

Permalink
fix: broken token pages
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingrando committed Apr 29, 2024
1 parent f5be11f commit 8330393
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ import tokens from '../../../tokens/transformed.tokens.json';
*/
export default { title: 'Tokens/Font Sizes' };

const fontSizeData = { fontSize: tokens.fontSize };
const fontSizeData = { fontSize: tokens['font-size'] };

export const FontSizes = () => fontSizeTemplate(fontSizeData);
2 changes: 1 addition & 1 deletion src/components/tokens/line-height/line-height.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import template from './line-height.twig';
import tokens from '../../../tokens/transformed.tokens.json';
import figma from '../../../../.storybook/configma.json';

const data = { lineHeight: tokens.lineHeights };
const data = { lineHeight: tokens['line-height'] };

export default {
title: 'Tokens/Line Height',
Expand Down
18 changes: 0 additions & 18 deletions src/components/tokens/type-scale/type-scale.stories.js

This file was deleted.

15 changes: 0 additions & 15 deletions src/components/tokens/type-scale/type-scale.twig

This file was deleted.

0 comments on commit 8330393

Please sign in to comment.