elemi v1.0.0-beta (2020-11-01T18:44:08Z)
Dub
Repo
Element.MobileViewport
elemi
Element
A common head element for adjusting the viewport to mobile devices.
struct
Element
enum
MobileViewport
=
elem
!(
"meta"
,
q{
name
=
"viewport"
content
=
"width=device-width, initial-scale=1"
}
)
;
Meta
Source
See Source File
elemi
Element
constructors
this
functions
add
toString
manifest constants
HTMLDoctype
MobileViewport
variables
html
postHTML
A common head element for adjusting the viewport to mobile devices.