4 lines
48 B
SCSS
4 lines
48 B
SCSS
|
@mixin wh($w, $h) {
|
||
|
width: $w;
|
||
|
height: $h;
|
||
|
}
|