Files
less.js/lib
Georgii Dolzhykov 6985541207 Having inline and less imports of the same name lead to a race condition
Stumbled upon this working on https://github.com/webpack-contrib/less-loader/pull/242.
See an instance of the mentioned race condition here: https://ci.appveyor.com/project/webpack-contrib/less-loader/build/1.0.46/job/mbywf90cimqkjee5

It happens when processing files like this:
```less
@import (less) "some/css.css";
@import (inline) "some/css.css";
```
2018-02-19 02:52:45 +02:00
..
2016-04-01 12:01:40 +02:00