K
K
KamikadZeY2018-12-10 13:55:21
Emmet
KamikadZeY, 2018-12-10 13:55:21

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.

And the settings in Emmet are
"preferences": {
    // "css.valueSeparator": ": ",
    // "css.propertyEnd": ";"
    "sass.autoInsertVendorPrefixes": false,
    "css.autoInsertVendorPrefixes": false,
    "caniuse.enabled": false,
    "caniuse.vendors": false
  },

Prefixes are disabled for css markup, but not for SASS. Also, most emmet snippets don't work in SASS markup. Help please.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question