Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LESS Editing - Add Missing Vendor Specifics - Reformats Document #235

Open
jason-e-gross opened this issue Oct 20, 2016 · 1 comment
Open

Comments

@jason-e-gross
Copy link

If I choose an element, like transition for example - and select the hint, "Add Missing Vendor Specifics" - it does it - but then re-formats the entire document.

Specifically, it puts extra lines between each LESS declaration. I spend enough time making my layout readable to me - without a chunk of code that's supposed to do one thing - impose its idea of a layout across the entire document. If I wanted to keep that hint action, I have to walk through and re-format to the way I like it.

I'd prefer if WE just did the micro-task at hand- and no more than that micro-task.

@rjgotten
Copy link

rjgotten commented Mar 8, 2017

You shouldn't be hand-inserting vendor specifics if you're writing Less. You should be using the autoprefixer post-processor plugin for the Less compiler instead and automate it as part of your build step.

(Not sure if Web Essentials was ever extended to support registering plugins; I rolled my own build solution for Less files because the Web Essentials method of having compiled output be part of the project files under source control is asinine.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants