02/09/2020

Como tirar o espaço do CSS no Emmet usando Sublime 3?

  1. Vá em Preferences > Package Settings > Preferences > Package Settings > Emmet > Settings
  2. Adicione o código abaixo:

 

"config": {
  "stylesheet": {
    "options": {
      "stylesheet.between": ":",
      "stylesheet.after": "; ",
    }
  }
}
Fonte: https://github.com/emmetio/emmet/blob/master/src/config.ts

Nenhum comentário:

Postar um comentário