@charset "utf-8";

@mixin notEllipsis() {
  overflow: inherit;
  text-overflow: inherit;
  white-space: inherit;
}
