From 9c8913c68455d097d3bcf88b050ebbb3e7a652f3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 9 Oct 2016 20:26:12 -0700 Subject: [PATCH] one more syntax error --- scss/_tooltip.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_tooltip.scss b/scss/_tooltip.scss index ba8af03af6..57ba8cf0c9 100644 --- a/scss/_tooltip.scss +++ b/scss/_tooltip.scss @@ -80,7 +80,7 @@ background-color: $tooltip-bg; @include border-radius($border-radius); - &:before { + &::before { position: absolute; width: 0; height: 0;