Skip to content

Commit c986eae

Browse files
authored
Merge pull request #142 from rxdps93/main
Add `font-variant` property to styles
2 parents 3c09cdd + 86abcc2 commit c986eae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

styles/constants.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ const (
105105
WordSpacing = "word-spacing"
106106
WordBreak = "word-break"
107107
TextIndent = "text-indent"
108+
FontVariant = "font-variant"
108109

109110
// Visual Properties
110111
BackgroundColor = "background-color"

0 commit comments

Comments
 (0)