From bd0182adf4c6a55f7f062f75adbecf9f04555907 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Fri, 20 Apr 2018 13:39:27 +0200 Subject: [PATCH] Added docs --- styles/tip.scarlet | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/styles/tip.scarlet b/styles/tip.scarlet index 80e0aa5c..dbed05c2 100644 --- a/styles/tip.scarlet +++ b/styles/tip.scarlet @@ -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