// Citation
//
// The `.cite` class is used for titles of publications, etc. Best practice is to use a `<cite>` tag as well.
//
// Markup: cite.html
//
// Styleguide components.cite
.cite {
  font-style: italic;
}
