Skip to content

Commit

Permalink
πŸ› change default density to spacious
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvernes committed Jun 13, 2024
1 parent 92604e8 commit 52b766a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/eds-tokens-build/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ export function run({ outputReferences } = { outputReferences: true }) {
dirName: spacingDirName,
prefix: systemName,
fileName: 'comfortable',
selector: ':root, [data-density="comfortable"]',
selector: '[data-density="comfortable"]',
filter: (token) => token.filePath.includes('Density'),
outputReferences,
})
Expand All @@ -380,7 +380,7 @@ export function run({ outputReferences } = { outputReferences: true }) {
dirName: spacingDirName,
prefix: systemName,
fileName: 'spacious',
selector: '[data-density="Spacious"]',
selector: ':root, [data-density="Spacious"]',
filter: (token) => token.filePath.includes('Density'),
outputReferences,
})
Expand Down

0 comments on commit 52b766a

Please sign in to comment.