Skip to content

Instantly share code, notes, and snippets.

@ivanmendoza
Created February 12, 2012 04:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivanmendoza/1806334 to your computer and use it in GitHub Desktop.
Save ivanmendoza/1806334 to your computer and use it in GitHub Desktop.
Load LessJS from Google CDN
<link rel="stylesheet/less" href="style.less" type="text/css" />
<script type="text/javascript">less = { env: 'development' };</script>
<script src="http://localhost/libs/less.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment