Categories
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?
Answer the question
In order to leave comments, you need to log in
.pipe(sass({ outputStyle: "expanded" })
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question