Your IP : 18.119.157.241


Current Path : /home/lentoinv/believersfamilyfoundation.com/profile/vendor/bootstrap/scss/mixins/
Upload File :
Current File : //home/lentoinv/believersfamilyfoundation.com/profile/vendor/bootstrap/scss/mixins/_size.scss

// Sizing shortcuts

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

?>