????
Current Path : /home/darkwebsol/rensencorp.com/wp-content/themes/rashy/sass/bootstrap/mixins/ |
Current File : /home/darkwebsol/rensencorp.com/wp-content/themes/rashy/sass/bootstrap/mixins/_size.scss |
// Sizing shortcuts @mixin size($width, $height) { width: $width; height: $height; } @mixin square($size) { @include size($size, $size); }