Skip to content

Commit

Permalink
Merge pull request #142 from rxdps93/main
Browse files Browse the repository at this point in the history
Add `font-variant` property to styles
  • Loading branch information
chasefleming authored Jun 9, 2024
2 parents 3c09cdd + 86abcc2 commit c986eae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions styles/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ const (
WordSpacing = "word-spacing"
WordBreak = "word-break"
TextIndent = "text-indent"
FontVariant = "font-variant"

// Visual Properties
BackgroundColor = "background-color"
Expand Down

0 comments on commit c986eae

Please sign in to comment.