// 
// Resize anything
// ------------------------------

// Gratefully taken from https://github.com/twbs/bootstrap

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