Skip to content

Commit

Permalink
Update font declaration patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronccasanova committed Sep 22, 2023
1 parent c55efdb commit a5e588c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions polaris-for-vscode/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ 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/,
text: /font|letter-spacing|line-height/,
font: /font|letter-spacing|line-height/,
height: /height|min-height|max-height/,
motion: /animation/,
shadow: /shadow/,
Expand Down

0 comments on commit a5e588c

Please sign in to comment.