7460718afa5819540986fa4e40ab1d6eae629aa60fa8536dd9e56d89440f177021fe33b0b8cfe07a26ed7956e0cb29a0b19999c9fbcb83c92649b710ea332d 196 B

123456
  1. // Resize anything
  2. .resizable(@direction) {
  3. overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
  4. resize: @direction; // Options: horizontal, vertical, both
  5. }