H
H
Heretic Man2019-03-15 17:09:04
Sass
Heretic Man, 2019-03-15 17:09:04

Why doesn't gulp-sass put the last curly brace correctly (not pretty)?

Here is the code after compilation:

body {
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.65;
  color: #333;
  background: #DFF0FF;
  overflow-x: hidden;
  margin: 0; }

I want like this:
body {
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.65;
  color: #333;
  background: #DFF0FF;
  overflow-x: hidden;
  margin: 0; 
}

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