Repository URL to install this package:
|
Version:
3.4.1+dfsg-2 ▾
|
// Resize anything
.resizable(@direction) {
overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
resize: @direction; // Options: horizontal, vertical, both
}