Constrain width & height option

Example:


Problem:

..object {
	width: 48px;
	height: 48px;
	}



Solution:

..object {
	width-height: 48px;
	}



I hope I have used this form correctly, not sure if I should be suggesting ideas here.


Mike.

Received on Wednesday, 17 December 2014 12:48:06 UTC