Examples
Default styling
.tip--left
links
.tip--right
rechts
.tip--above
drüber
.tip--below
drunter
Markup
<div class="tc mv4">
<article class="tooltip">
Ich wurde gehovered!
<span class="tip [modifier class] tip--visible">
<span class="tip--colored info">
Ich bin der Tooltip!
</span>
</span>
</article>
</div>
Source:
src/components/_tooltip.scss
, line 40