Skip to content

Commit

Permalink
chore: clean up sd config some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
larserbach committed Oct 10, 2024
1 parent 43d87d0 commit a1fdcd5
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// get an themes array not needed anymore if we derive themes from $themes.json
// import * as hardCodedThemes from './themes.cjs';
// console.log(hardCodedThemes.array);

import { register, permutateThemes, expandTypesMap } from '@tokens-studio/sd-transforms';
import StyleDictionary from 'style-dictionary';
import { fileHeader, minifyDictionary } from 'style-dictionary/utils';
Expand Down Expand Up @@ -96,7 +92,6 @@ async function run() {
'ts/typography/fontWeight',
'custom/strReplace',
],
// transformGroup: 'tokens-studio',
buildPath: buildpaths.mjs_modules,
files: [
{
Expand Down Expand Up @@ -131,7 +126,6 @@ async function run() {
'ts/typography/fontWeight',
'custom/strReplace',
],
// transformGroup: 'js',
buildPath: buildpaths.modul_declarations,
files: [
{
Expand Down

0 comments on commit a1fdcd5

Please sign in to comment.