heyuntao
2023-07-18 08a417d05ee0a8996af98dd0684c0d0324b1c251
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`
}