From 2215df871d4ed2c811fd11f0145f3a14cfaf35c9 Mon Sep 17 00:00:00 2001 From: Jonathan Lee Date: Tue, 21 Jul 2015 08:30:43 -0500 Subject: [PATCH] No highlight animations for a elements --- _sass/_base.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/_base.scss b/_sass/_base.scss index 369b023..ba5fbf6 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -211,6 +211,6 @@ pre { // Global Transition // --------------------------------------------------- -b, strong, em, blockquote, p, q, span, figure, img, h1, h2, header, input, a, .highlight { +b, strong, em, blockquote, p, q, span, figure, img, h1, h2, header, input, .highlight { @include transition(all .2s ease); }