Example

Link

This is an example of an inline link, this will be the same for all coloured links above.

Markup: links.twig
<p>
  <a class="link {{modifier_class}}" href="#">
    Link
  </a>
</p>

<p>
  This is an example of an <a class="link {{modifier_class}} inline">inline link</a>, this will be the same for all coloured links above.
</p>
Source: _frost-styleguide.scss, line 15