aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-whisper-theme/assets/scss/bootstrap/mixins/_size.scss
blob: 69e056d2c1ef94f63abe42f9fba78fbcd85feae0 (plain) (blame)
1
2
3
4
5
6
7
// Sizing shortcuts

@mixin size($width, $height: $width) {
  width: $width;
  height: $height;
  @include deprecate("`size()`", "v4.3.0", "v5");
}