Files
NodeBB/public/less/admin/bootstrap/mixins/resize.less
2014-09-26 14:17:31 -04:00

7 lines
196 B
Plaintext

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