In Short: * Enable Travis Cache to mitigate phantomjs download issues. * Enable Travis & appveyor <retry> functionality to avoid race condition on CI builds and old node.js version (0.10/0.12) Details: Using <https://bitbucket.org/ariya/phantomjs/downloads/> to download phantom (on travis) instead of <http://cnpmjs.org/downloads> because Travis downloads from http://cnpmjs.org/downloads are horribly slow (30k/s) and seem courrpt most of the time (smells like throttling) Travis caching is by branch + build env (node version). But it has a fallback to using the cache from the default branch so it should help even with pull requests (which are new branches). Secondly using <travis_retry> and <appveyor_retry> for <npm install> to workaround race condition on with npm install and older versions of node. mitigates #2898
Less.js
The dynamic stylesheet language. http://lesscss.org.
This is the JavaScript, official, stable version of Less.
👉
Chat with Less.js users
Getting Started
Options for adding Less.js to your project:
- Install with npm:
npm install less - Download the latest release
- Clone the repo:
git clone https://github.com/less/less.js.git
More information
For general information on the language, configuration options or usage visit lesscss.org.
Here are other resources for using Less.js:
- stackoverflow.com is a great place to get answers about Less.
- Less.js Issues for reporting bugs
Contributing
Please read CONTRIBUTING.md. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
Reporting Issues
Before opening any issue, please search for existing issues and read the Issue Guidelines, written by Nicolas Gallagher. After that if you find a bug or would like to make feature request, please open a new issue.
Please report documentation issues in the documentation project.
Development
Read Developing Less.
Release History
See the changelog
License
Copyright (c) 2009-2016 Alexis Sellier & The Core Less Team Licensed under the Apache License.