VS Error: Octal escape sequences are only supported in ECMAScript 3 compatibility mode
问题 I have twitter bootstrap setup to build in a new project, but am getting the following error from VS2010. Fatal error, cannot continue: Octal escape sequences are only supported in ECMAScript 3 compatibility mode. Which seems to be related to the following CSS/Less entry in bootstrap (type.less)... blockquote small:before { content: '\2014 \00A0'; } Can anyone help? 回答1: Just wanted to say that I had this error too, and the problem for me ended up being with Chirpy. I tried to make a merged