@import "other.less";

@width: 10px;
@height: @width + 10px;

#header {
  width: @width;
  height: @height;
}