Sorry that's not possible. A couple things though:
The official escape designation (according to lesscss.org is the tilde-quote, not the e()
syntax, like so:
margin: ~"0 10px";
Second, the code you provided is not nearly complex enough to warrant a LESS CSS string literal. Please share the actual code that you are having trouble with. You may want to close this question and ask another one.
Third, remember that you can include a .css file - it will not be compiled, just dumped into the output. The syntax is identical to a standard CSS import:
@import "myfile.css";
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…