Skip to content

Instantly share code, notes, and snippets.

@karkranikhil
Last active June 13, 2019 23:41
Show Gist options
  • Select an option

  • Save karkranikhil/8ef36579cfcb76fecfa11ee24ece804a to your computer and use it in GitHub Desktop.

Select an option

Save karkranikhil/8ef36579cfcb76fecfa11ee24ece804a to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>sosnar lint demo</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet/less" type="text/css" href="./style.less" />
</head>
<body>
<div>
<h1 id="demo"></h1>
<h2>This is a H2 tag.</h2>
<small>LESS Variables documentation: <a href="#" title="LESS Variables documentation">http://lesscss.org/#-variables</a></small>
</div>
<input type="text" name="firstname" />
<b>Demo By Nikhil</b>
<script src="https://cdnjs.cloudflare.com/ajax/libs/less.js/3.9.0/less.min.js" ></script>
<script src="./app.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment