Sublime Forum

Turn of vendor prefixing

#1

Any help to turn off autocomplete adding vendor prefixing?

I have removed autoprefixer package and tried adding both

“preferences”: {
“sass.propertyEnd”: “;”,
“css.autoInsertVendorPrefixes”: false
},

to emmet settings as well as tried adding

“css.autoInsertVendorPrefixes”:false

to sublime user settings.

Autoprefixing still happening?

0 Likes

#2

Maybe you have installed Hayaku?. This package offer prefixing too, and an option to disable it.

{ "hayaku_CSS_prefixes_disable": true }

1 Like

#3

Thanks DiegoAz - forgot all about Hayaku - problem resolved!

1 Like