Created
February 12, 2012 04:23
-
-
Save ivanmendoza/1806334 to your computer and use it in GitHub Desktop.
Load LessJS from Google CDN
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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