?
Current File : /home/c/i/d/cideo/www/wp-includesVIp/js/crop/images/_size.scss.tar
home/cideo/site_2015/www/sass/bootstrap/mixins/_size.scss000066600000000223151255514140017325 0ustar00// Sizing shortcuts

@mixin size($width, $height) {
  width: $width;
  height: $height;
}

@mixin square($size) {
  @include size($size, $size);
}