Sublime Forum

How to add space after a colon in CSS?

#1

When working in CSS (or SCSS/SASS files), I’d like to automatically add a space after the colon. How can I do that?

What it currently does:

body {
   color:red;
}

What I want:

body {
   color: red;
}
0 Likes

Spaces around maths and logic operators