A
A
Alexandr Mi2017-09-25 13:32:14
Emmet
Alexandr Mi, 2017-09-25 13:32:14

How to remove vendor prefixes Emmet (ST3)?

8c5a0856bc6448b49b9dcef8cbff6e2c.PNG
I'm struggling with emmet, it adds prefixes that I don't need, because post-processing SASS they are added automatically, and these prefixes are annoying and impair readability.
The question is how to remove them?
The default settings say nothing about this.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
display: block, 2017-09-25
@qork

in emmet settings

{
    "preferences": {
        "css.autoInsertVendorPrefixes": false
    }
}

A
Andrey Martynov, 2018-01-03
@kubris

This helped me in Emmet's User settings in ST3:
{
"preferences": {
"css.autoInsertVendorPrefixes": false,
"caniuse.enabled": false,
"caniuse.vendors": false
}
}
Here is an article from github, where about it is written.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question