I have some code like bottom. ```css @root-name: business-bundle /* other file */ .@{root-name} .wrapper{ /* css... */ } ``` When webpack use less 3.12.2, that is ok. But when use 3.13.0, webpack build error. 