When imported, using the getEnv tool, this module adds classes to the to level html
element indicating the OS and browser in use. This allows you to target individual environments.
This example shows how the suite of classes may look on an iPhone device.
<html class="js-ios js-safari">
<head>...</head>
<body>...</body>
</html>