Skip to content

Commit 55f5b7b

Browse files
Jeffrey Lauwersclaude
andcommitted
fix(storybook): Design Tokens altijd bovenaan in Foundations
foundations: null sorteerde alfabetisch waardoor Body vóór Design Tokens verscheen. Expliciete volgorde: design tokens eerst, * daarna. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 87fb297 commit 55f5b7b

File tree

1 file changed

+4
-1
lines changed
  • packages/storybook/.storybook

1 file changed

+4
-1
lines changed

packages/storybook/.storybook/main.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ import { configureSort } from 'storybook-multilevel-sort';
77
configureSort({
88
storyOrder: {
99
introduction: null,
10-
foundations: null,
10+
foundations: {
11+
'design tokens': null,
12+
'*': null,
13+
},
1114
'layout components': {
1215
'*': { docs: null },
1316
},

0 commit comments

Comments
 (0)