resize.less 140 B

123456
  1. // Resize anything
  2. .resizable(@direction) {
  3. resize: @direction; // Options: horizontal, vertical, both
  4. overflow: auto; // Safari fix
  5. }