mirror of
https://github.com/less/less.js.git
synced 2026-01-22 21:58:14 -05:00
added information on building less.js, in readme
This commit is contained in:
@@ -25,6 +25,10 @@ synopsis
|
||||
|
||||
### in the browser
|
||||
|
||||
First, run `make less` in the command line. It will the *less.js* file in *dist/*.
|
||||
Then, you can use it as such:
|
||||
|
||||
<script src="less.js"></script>
|
||||
<link rel="less" href="main.less" type="text/css">
|
||||
|
||||
To build a minified version, run `make min`
|
||||
|
||||
Reference in New Issue
Block a user