From b1aa0f6113ae0dce3fcd29701e8f540a89f9b92d Mon Sep 17 00:00:00 2001 From: Lucas Date: Wed, 23 Sep 2020 13:41:16 +0700 Subject: [PATCH] Clean code indents --- css/pico.classless.css | 4 ++-- css/pico.css | 4 ++-- css/pico.fluid.classless.css | 4 ++-- scss/content/_reduce-motion.scss | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/css/pico.classless.css b/css/pico.classless.css index 8583a7c9..b5ea7144 100644 --- a/css/pico.classless.css +++ b/css/pico.classless.css @@ -1589,8 +1589,8 @@ aside li a { } /** - * Reduce Motion Features - */ + * Reduce Motion Features + */ @media (prefers-reduced-motion: reduce) { *, ::before, diff --git a/css/pico.css b/css/pico.css index 25103ba1..808fc12f 100644 --- a/css/pico.css +++ b/css/pico.css @@ -1839,8 +1839,8 @@ aside li a { } /** - * Reduce Motion Features - */ + * Reduce Motion Features + */ @media (prefers-reduced-motion: reduce) { *, ::before, diff --git a/css/pico.fluid.classless.css b/css/pico.fluid.classless.css index db1b47e6..c9f46fad 100644 --- a/css/pico.fluid.classless.css +++ b/css/pico.fluid.classless.css @@ -1585,8 +1585,8 @@ aside li a { } /** - * Reduce Motion Features - */ + * Reduce Motion Features + */ @media (prefers-reduced-motion: reduce) { *, ::before, diff --git a/scss/content/_reduce-motion.scss b/scss/content/_reduce-motion.scss index 8f39f9b8..4cf03b6f 100644 --- a/scss/content/_reduce-motion.scss +++ b/scss/content/_reduce-motion.scss @@ -1,8 +1,8 @@ @if $enable-transitions { - /** - * Reduce Motion Features - */ +/** + * Reduce Motion Features + */ // Based on :