Answer the question
In order to leave comments, you need to log in
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);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question