mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
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"; ```