diff options
Diffstat (limited to 'core/css/css-variables.scss')
-rw-r--r-- | core/css/css-variables.scss | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |