/**
 * Create an em dash.
 */

@mixin content {
  content: '—';
}
