We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6b1f15 commit 0023156Copy full SHA for 0023156
build.js
@@ -1,9 +1,7 @@
1
import { register } from '@tokens-studio/sd-transforms';
2
import StyleDictionary from 'style-dictionary';
3
4
-register(StyleDictionary, {
5
- excludeParentKeys: true,
6
-});
+register(StyleDictionary);
7
8
const sd = new StyleDictionary({
9
source: ['tokens.json'],
0 commit comments