canteen_system/src/assets/scss/mixin.scss

4 lines
48 B
SCSS

@mixin wh($w, $h) {
width: $w;
height: $h;
}