A
A
Andrey0412015-08-01 00:13:03
css
Andrey041, 2015-08-01 00:13:03

How to solve the problem with Less?

Windows 7, using Koala to translate less code to css, library less 1.7.0. Sometimes there is a problem and part of the code is not translated.
Here is what I write:

@diamonds-count: 36;
@diamond-size: 200px;
@diamond-wrapper-size: sqrt(@diamonds-count);
@diamond-wrapper-width: @diamond-size * @diamond-wrapper-size;

width: @diamond-wrapper-width;
height: @diamond-wrapper-width;
margin: @diamond-size * (-3);

Here's what happens:
fa630a0253e74d53b413032493c43f19.PNG
This problem resolves itself after a while, but still, it slows things down a lot. How can it be solved? And, if possible, advise what is better to use instead of Koala.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rikcon, 2015-08-01
@Andrey041

Use Grunt or Gulp

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question