T
T
tosster222019-03-19 09:24:32
css
tosster22, 2019-03-19 09:24:32

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

1 answer(s)
Y
yarnstart, 2019-03-19
@tosster22

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 question

Ask a Question

731 491 924 answers to any question