?
home/cideo/site_2015/www/sass/bootstrap/mixins/_size.scss 0000666 00000000223 15125551414 0017325 0 ustar 00 // Sizing shortcuts
@mixin size($width, $height) {
width: $width;
height: $height;
}
@mixin square($size) {
@include size($size, $size);
}