From a88bd71d8966bbf0513732702a53636e8042082f Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Mon, 15 Apr 2019 11:34:18 +0200 Subject: Add animation-slow var MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/css-variables.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'core/css/css-variables.scss') diff --git a/core/css/css-variables.scss b/core/css/css-variables.scss index 6df2e0a3428..9db5337468e 100644 --- a/core/css/css-variables.scss +++ b/core/css/css-variables.scss @@ -41,4 +41,5 @@ --font-face: $font-face; --animation-quick: $animation-quick; + --animation-slow: $animation-slow; } -- cgit v1.2.3