Can't less customize functions?

you can define methods like sass

clipboard.png

Apr.01,2021

.average(@x, @y) {
  @average: ((@x + @y) / 2);
}

div {
  .average(16px, 50px); // "call" the mixin
  padding: @average;    // use its "return" value
}

must be allowed. For more information, please see http://lesscss.cn/features/-sharpm.

.

No, only mixin
click on friends, you simply do not understand the difference between mixin and function, but also mislead others, hurry up to change careers

Menu