Shorthand for height and width css properties.
- Version
- 1.0.0
- Source
Example
div { size: 100px; } = div { height: 100px; width: 100px; }
div { size: 100px 200px; } = div { height: 100px; width: 200px; }
Shorthand for height and width css properties.
div { size: 100px; } = div { height: 100px; width: 100px; }
div { size: 100px 200px; } = div { height: 100px; width: 200px; }