Skip to content

Commit

Permalink
add support for font-variant css property
Browse files Browse the repository at this point in the history
  • Loading branch information
rxdps93 committed Jun 7, 2024
1 parent 3c09cdd commit 86abcc2
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 86abcc2

Please sign in to comment.