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