box.less 99 B

1234567
  1. .box(@position: absolute) {
  2. position: @position;
  3. top: 0;
  4. right: 0;
  5. bottom: 0;
  6. left: 0;
  7. }