Answer the question
In order to leave comments, you need to log in
How to remove prefixes in sublime text 3?
I use emmet in sublime. When I start writing df, the sublime expands the construction and specifies the flexbox prefixes. Can they be turned off? When I turned off all prefixes, they began to work only for flexbox
Answer the question
In order to leave comments, you need to log in
Preferences -> Emmet -> Setting User
{
"preferences": {
"css.autoInsertVendorPrefixes": false,
"less.autoInsertVendorPrefixes": false,
"scss.autoInsertVendorPrefixes": false,
"sass.autoInsertVendorPrefixes": false,
"caniuse.enabled": false,
"caniuse.vendors": false,
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question