@import (reference) 'emphasis/emphasis.less';
@import (reference) 'transcription/transcription.less';

// Inline Example
//
// Inline examples within prose are displayed in italics, as is the convention in linguistics. Best practice is to wrap inline examples in the `<i class=inex lang={ISO code}>` tag, and ensure that you include the correct ISO 639-3 code in the `lang` attribute. Since inline examples are a kind of transcription, they display in a Unicode font by default. `<b>` and `<em>` tags within inline examples are styled with the `.em` class by default (see the [example emphasis](#kssref-components-emphasis) component).
//
// Markup: inline-example.html
//
// Styleguide components.inline
.inex, .inline-ex {
  .txn;
  cursor     : copy;
  font-style : italic;
  user-select: all;
}
