mixin.scss 66 B

12345
  1. // Mixin
  2. @mixin size($num) {
  3. width: $num;
  4. height: $num;
  5. }