Files
MoonPro.net/MP-TAB/Content/bootstrap/mixins/_size.scss
T
Samuele E. Locatelli 4cd2e9f982 Update bootstrap
2019-04-06 17:02:14 +02:00

8 lines
148 B
SCSS

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