Merge branch 'master' into 2_0_0

This commit is contained in:
Luke Page
2014-02-22 18:46:58 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ TODO
2014-??-??
- Add support for using variables with @supports, @namespace, @charset
- Add support for using variables with @keyframes, @namespace, @charset
- Fix support for `.mixin(@args...)` when called with no args (e.g. `.mixin();`)
- Support property merging with +_ when spaces are needed and keep + for comma separated
- Do unit conversions with min and max functions. Don't pass through if not understood, throw an error

View File

@@ -47,4 +47,4 @@ _Pull requests are encouraged!_
## Developing
If you want to take an issue just add a small comment saying you are having a go at something, so we don't get duplication.
Learn more about [developing Less.js](https://github.com/less/less.js/wiki/Developing-less.js).
Learn more about [developing Less.js](http://lesscss.org/usage/#developing-less).

View File

@@ -3,7 +3,7 @@
> The **dynamic** stylesheet language. [http://lesscss.org](http://lesscss.org).
This is the JavaScript, and now official, stable version of LESS.
This is the JavaScript, and now official, stable version of Less.
## Getting Started