@import 'typography';
@import 'CTAs';
@import 'store-locator-elements';

@mixin truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
