P
P
Pipop2018-11-21 16:13:05
css
Pipop, 2018-11-21 16:13:05

How to make css readable after compilation?

Hello. After compilation, the .css file itself is not much different from scss: there is no wrapping of brackets, nested selectors are not wrapped to a new line. How can I fix it?5bf559dcbf344675281655.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
gracer, 2018-11-21
@Pipop

.pipe(sass({
  outputStyle: "expanded"
})

specify the type of formatting when assembling

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question