UNPKG

elemental

Version:
11 lines (8 loc) 222 B
// // Resize anything // ------------------------------ // Gratefully taken from https://github.com/twbs/bootstrap .resizable(@direction) { overflow: auto; resize: @direction; // Options: horizontal, vertical, both }