EvoToolkit - v3.7.2 (Changelog)

Environment Classes

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.

Source

Contributors

Luke Harrison

Base

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>