Added docs

This commit is contained in:
Eduard Urbach 2018-04-20 13:39:27 +02:00
parent bfc9d626a1
commit bd0182adf4

View File

@ -44,9 +44,13 @@ mixin tip-after
top 0
pointer-events none
// Tooltips are not activated by default.
// This helps loading times as the browser
// doesn't need to create pseudo elements on page load.
.tip
//
// ...
// When the browser is idle, we give all tips the "tip-active" class.
.tip-active
position relative