// 
// Sizing shortcuts
// ==============================

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

.size(@width; @height) {
	height: @height;
	width: @width;
}

.square(@size) {
	.size(@size; @size);
}
