Skip to content

Commit

Permalink
renamed format files
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Jun 6, 2024
1 parent 5bd02c3 commit 2d2e1af
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cli/src/tokens/configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import * as R from 'ramda';
import type { ThemeObject } from '@tokens-studio/types';

import { nameKebab, typographyShorthand, sizeRem } from './transformers.js';
import { storefrontFormat } from './formats/groupedTokens.js';
import { colormodeFormat } from './formats/scopedReferenceVariables.js';
import { typographyFormat } from './formats/typographyClasses.js';
import { storefrontFormat } from './formats/storefront.js';
import { colormodeFormat } from './formats/colormode.js';
import { typographyFormat } from './formats/typography.js';
import { makeEntryFile } from './actions.js';

void tokenStudio.registerTransforms(StyleDictionary);
Expand Down

0 comments on commit 2d2e1af

Please sign in to comment.