From 502d5977d79148957828cbf313b7ef4c9f31973f Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sat, 11 Apr 2020 16:23:14 +1000 Subject: Converted to 2 space indentation --- demo/src/sass/lib/animation.scss | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'demo/src/sass/lib/animation.scss') diff --git a/demo/src/sass/lib/animation.scss b/demo/src/sass/lib/animation.scss index 64eb5595..cc18d59b 100644 --- a/demo/src/sass/lib/animation.scss +++ b/demo/src/sass/lib/animation.scss @@ -4,24 +4,24 @@ // Fade @keyframes fadein { - 0% { - opacity: 0; - } - 100% { - opacity: 1; - } + 0% { + opacity: 0; + } + 100% { + opacity: 1; + } } @keyframes shrinkHide { - 0% { - opacity: 0.5; - width: 38px; - } - 20% { - width: 45px; - } - 100% { - opacity: 0; - width: 0; - } + 0% { + opacity: 0.5; + width: 38px; + } + 20% { + width: 45px; + } + 100% { + opacity: 0; + width: 0; + } } -- cgit v1.2.3