admin themes
This commit is contained in:
7
resources/default/scss/bootstrap/mixins/_size.scss
Executable file
7
resources/default/scss/bootstrap/mixins/_size.scss
Executable file
@ -0,0 +1,7 @@
|
||||
// Sizing shortcuts
|
||||
|
||||
@mixin size($width, $height: $width) {
|
||||
width: $width;
|
||||
height: $height;
|
||||
@include deprecate("`size()`", "v4.3.0", "v5");
|
||||
}
|
Reference in New Issue
Block a user