Skip to content

Commit

Permalink
Don't exclude parent keys
Browse files Browse the repository at this point in the history
  • Loading branch information
plasmoit authored Nov 11, 2024
1 parent b6b1f15 commit 0023156
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { register } from '@tokens-studio/sd-transforms';
import StyleDictionary from 'style-dictionary';

register(StyleDictionary, {
excludeParentKeys: true,
});
register(StyleDictionary);

const sd = new StyleDictionary({
source: ['tokens.json'],
Expand Down

0 comments on commit 0023156

Please sign in to comment.