mirror of
https://github.com/mdgriffith/elm-ui.git
synced 2024-11-29 15:24:07 +03:00
Merge pull request #168 from drola/master
fix: Fixed capitalization in smallCaps example
This commit is contained in:
commit
1087e6e744
@ -376,9 +376,9 @@ type alias Variant =
|
||||
{-| You can use this to set a single variant on an element itself such as:
|
||||
|
||||
el
|
||||
[ Font.variant Font.smallcaps
|
||||
[ Font.variant Font.smallCaps
|
||||
]
|
||||
(text "rendered with smallcaps")
|
||||
(text "rendered with smallCaps")
|
||||
|
||||
**Note** These will **not** stack. If you want multiple variants, you should use `Font.variantList`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user