From 9a74addc61c8cc9b8de824091e0bcd074604ff03 Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Fri, 4 May 2018 17:22:00 -0400 Subject: [PATCH] Prepend comments for infix comments in argument list --- stylesheets/_global.scss | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index f3c43245cc..8b13bd55d6 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -636,13 +636,12 @@ textarea { } background: linear-gradient( to bottom, - rgb(238, 238, 238) 0%, - /* (1 - 0.41) * 255 + 0.41 * 213*/ rgb(243, 243, 243) 12%, - /* (1 - 0.19) * 255 + 0.19 * 191*/ rgb(255, 255, 255) 27%, + /* (1 - 0.41) * 255 + 0.41 * 213*/ rgb(238, 238, 238) 0%, + /* (1 - 0.19) * 255 + 0.19 * 191*/ rgb(243, 243, 243) 12%, + rgb(255, 255, 255) 27%, rgb(255, 255, 255) 60%, - rgb(249, 249, 249) 85%, - /* (1 - 0.19) * 255 + 0.19 * 222*/ rgb(213, 213, 213) 100% - /* (1 - 0.27) * 255 + 0.27 * 98*/ + /* (1 - 0.19) * 255 + 0.19 * 222*/ rgb(249, 249, 249) 85%, + /* (1 - 0.27) * 255 + 0.27 * 98 */ rgb(213, 213, 213) 100% ); display: flex; align-items: center;