Код: Выделить всё
@mixin div-dimensions ($width) {
width: $width;
height: $width * 38;
}
Код: Выделить всё
@include div-dimensions (100%)
Подробнее здесь: https://stackoverflow.com/questions/390 ... n-function
Код: Выделить всё
@mixin div-dimensions ($width) {
width: $width;
height: $width * 38;
}
Код: Выделить всё
@include div-dimensions (100%)