Skip to content

Instantly share code, notes, and snippets.

@neonstalwart
Created October 15, 2010 17:54
Show Gist options
  • Save neonstalwart/628636 to your computer and use it in GitHub Desktop.
Save neonstalwart/628636 to your computer and use it in GitHub Desktop.
testing less importing
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8" />
<title>less test Page</title>
<link rel="stylesheet/less" href="test.less" type="text/css">
<script type="text/javascript">
less = window.less || {};
less.env = 'development';
</script>
<script type="text/javascript" src="less-1.0.44.js"></script>
</head>
<body>
<h1>if there is no error above - less is working</h1>
</body>
</html>
@import url('imported.less');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment