Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
narin committed Dec 5, 2024
1 parent e47d42e commit 9b9a0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tokens/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const stripModeReducer = (result, token) => {
return result
}

/** Filter function to return tokens of category 'font', type from filter, and npm true */
/** Filter function to return tokens of category 'font', type from filter, and npm true. Exclude web font tokens */
const filterFont = (token, fontType) => {
const { category, type, npm } = token.attributes

Expand Down

0 comments on commit 9b9a0d2

Please sign in to comment.