is-hsl-color
Version:
Loosely check whether a string is an HSL(A) color string.
14 lines • 342 B
HTML
<html>
<head>
<title>is-hsl-color test</title>
<link rel="stylesheet" href="mocha.css" />
</head>
<body>
<div id="mocha"></div>
<script src="mocha.js"></script>
<script>mocha.setup({ ui: 'bdd' });</script>
<script src="../build/build.js"></script>
<script src="tests.js"></script>
<script>mocha.run();</script>
</body>
</html>