From cfbf88f0298aee71e89650dae368800ea7b235d9 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Date: Thu, 16 Jun 2016 08:15:01 -0500 Subject: [PATCH] Fix indentation scss-lint errors --- app/assets/stylesheets/framework/header.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss index 78e6f5914a..a7bcb45656 100644 --- a/app/assets/stylesheets/framework/header.scss +++ b/app/assets/stylesheets/framework/header.scss @@ -8,8 +8,8 @@ &:hover, &.highlight { - fill: lighten($path-color, 25%); - transition: all 0.1s; + fill: lighten($path-color, 25%); + transition: all 0.1s; } }