UNPKG

@gitlab/ui

Version:
13 lines (10 loc) 352 B
import COMPILED_TOKENS from '../../dist/tokens/json/tokens.json'; import { createDesignTokenStory } from './common_story_options'; export const Default = createDesignTokenStory({ tokens: COMPILED_TOKENS.text, isBackgroundColorStory: false, }); // eslint-disable-next-line storybook/csf-component export default { title: 'tokens/text/light', };