Skip to content

Commit 0023156

Browse files
authored
Don't exclude parent keys
1 parent b6b1f15 commit 0023156

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import { register } from '@tokens-studio/sd-transforms';
22
import StyleDictionary from 'style-dictionary';
33

4-
register(StyleDictionary, {
5-
excludeParentKeys: true,
6-
});
4+
register(StyleDictionary);
75

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

0 commit comments

Comments
 (0)