web/penny/static/vendor/bootstrap/scss/mixins/_size.scss
// Sizing shortcuts
@mixin size($width, $height: $width) {
width: $width;
height: $height;
@include deprecate("`size()`", "v4.3.0", "v5");
}
| homepage: | https://compounddata.com/projects/penny |
| git clone: | https://git.compounddata.com/penny |
| summary | history | files |
// Sizing shortcuts
@mixin size($width, $height: $width) {
width: $width;
height: $height;
@include deprecate("`size()`", "v4.3.0", "v5");
}