Skip to content

Commit

Permalink
fix: add maxWidth to list with design tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-is-content committed May 15, 2024
1 parent 38e0621 commit 876c927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/utils/breakpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ const builtInStylesWithDesignTokens = [
'cfLineHeight',
'cfLetterSpacing',
'cfTextColor',
'cfMaxWidth',
];

export const getValueForBreakpoint = (
Expand Down

0 comments on commit 876c927

Please sign in to comment.