Created
September 2, 2015 17:06
-
-
Save sathvikc/9cca2161b5dd929bc16e to your computer and use it in GitHub Desktop.
Lesscss configuration without downloading Less files
This file contains hidden or 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
<!-- | |
Add this line to your html file | |
--> | |
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/2.5.1/less.min.js"></script> | |
<!-- | |
To run less files .. | |
Import your web files to your local server htdocs (XAMPP,WAMP etc) | |
Then run your html files from the local web server. | |
--> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment