G
G
grishaaa2014-12-24 22:53:13
css
grishaaa, 2014-12-24 22:53:13

Why is my entire compiled styles.css file on one line?

I compiled the styles.less file into styles.css and there was a problem: all the compiled code in the styles.css file is compiled into one line. How to solve this problem. Sincerely, Gregory

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vitaly Yakovenko, 2014-12-24
@grishaaa

Enabled CSS minification on compilation.
Shutdown instructions are on the off. website .
In short, you must either not pass the -x option to the compiler, or set compress: false in the options.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question