// Resizable
@use './mixin' as *;
@use './param' as *;

.#{$x-resizable-prefix} {
  @include resizable();
}
