@charset "UTF-8";

@mixin resizable($direction: both, $overflow: auto) {
  resize: $direction;
  overflow: $overflow;
  max-width: 100%;
}
