V
V
Vasily Khryagin2020-10-27 23:41:46
Less
Vasily Khryagin, 2020-10-27 23:41:46

How can you compile files in koala, adding new changes, but not completely updating the file? And is there such a possibility in gallp?

Let's say I added some styles to style.css.
But now I need to work on the style.less file.
In koala, if I turn on compilation, then all changes made only in the style.css file will disappear after I update style.less, where these changes were not.
How to actually avoid this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nikita Mikhailov, 2020-10-28
@podkudahka

Let's say I added some styles to style.css.

That's not how it's done. If you are working with a preprocessor, then there is no need to complete the file. If you really need to write pure CSS, then create and include a separate file for this. The compiler will overwrite the entire file anyway.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question