bootstrap/less/mixins/resize.less

6 lines
140 B
Text

// Resize anything
.resizable(@direction) {
resize: @direction; // Options: horizontal, vertical, both
overflow: auto; // Safari fix
}