carnoxen
2020-08-02
@viewport is deprecated for some reason. Then how about turning to json file? Like this:
<link rel="viewport" href="viewport.json" />
and viewport.json like this:
{
"min-width": "120px",
"min-height": "100px"
....
}