Skip to content

Commit

Permalink
Add composite text tokens to Polaris for VS Code
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronccasanova committed Sep 22, 2023
1 parent 7169d7a commit 3e2bb1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions polaris-for-vscode/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const tokenGroupPatterns: TokenGroupPatterns = {
breakpoints: /width/,
color:
/color|background|shadow|border|column-rule|filter|opacity|outline|text-decoration/,
text: /font-family|font-size|font-weight|font-letter-spacing|font-line-height/,
font: /font|line-height/,
height: /height|min-height|max-height/,
motion: /animation/,
Expand Down

0 comments on commit 3e2bb1f

Please sign in to comment.