Answer the question
In order to leave comments, you need to log in
Vendor prefixes in sublime text 3. How to disable in SASS?
Can't disable prefix creation in sublime. For example jcc expands to
-webkit-justify-content: center
justify-content: center.
"preferences": {
// "css.valueSeparator": ": ",
// "css.propertyEnd": ";"
"sass.autoInsertVendorPrefixes": false,
"css.autoInsertVendorPrefixes": false,
"caniuse.enabled": false,
"caniuse.vendors": false
},
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question