| Current Path : /home/sunflowe/www2/disneyexplorer/wp-content/themes/wide/assets/sass/bootstrap/mixins/ |
| Current File : /home/sunflowe/www2/disneyexplorer/wp-content/themes/wide/assets/sass/bootstrap/mixins/_size.scss |
// Sizing shortcuts
@mixin size($width, $height) {
width: $width;
height: $height;
}
@mixin square($size) {
@include size($size, $size);
}