/* component.less */
@color: red;
body {
  background-color: @color;
}
