hem-less
Version:
This module adds LESS (The Dynamic Stylesheet language) support to hem (Bundler for Node/CommonJS/Web Apps)
13 lines (12 loc) • 421 B
HTML
<html>
<head>
<title>hem-less :: Example</title>
<script src="/application.js" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" href="/application.css" type="text/css" media="screen" title="no title" charset="utf-8">
</head>
<body>
<h1>hem-less :: Example</h1>
<p>If hem-less is working [<span class="testme">this will be red</span>]</p>
</body>
</html>