@import './token.less';

// code component mixin here
.dot(@size, @color) {
  width: @size;
  height: @size;
  background-color: @color;
  border-radius: 50%;
}
