Skip to content

Commit 7cd6479

Browse files
committed
Removed comments
1 parent 45ebd3b commit 7cd6479

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/utils/tokens.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ function getCategoryFromTokenName(tokenName: string): string {
2222
}
2323

2424
return parts[0]
25-
// --pf-[t|vX]-
26-
// add test for nonversion token
27-
// strip out leading --pf-
28-
// check if 1st thing is version, strip out version and grab first part after, v6-chart-global
29-
// if not version, put that thing in category
30-
// CSS variable format: --pf-v6-{category}-...
31-
// Split by hyphen and get the category part (index 4 after splitting)
3225
}
3326

3427
export function getAllTokens(): Token[] {

0 commit comments

Comments
 (0)