HookyQR / VSCodeBeautify

Enable js-beautify (https://github.com/beautify-web/js-beautify) in VS Code
MIT License
606 stars 180 forks source link

[LESS] Wrong formatting #319

Open ywss opened 5 years ago

ywss commented 5 years ago

Operating System (+Version): Win 10 1809 VS Code Version: Latest beautify Version: Latest

define a variable @pop-base-zindex:20; @pop-panel-zindex: @pop-base-zindex + 2;

after formatting @pop-panel-zindex: @pop-base-zindex +2; // formatter delete space

after less complier : z-index: 20 2;