Prepend comments for infix comments in argument list

This commit is contained in:
Daniel Gasienica 2018-05-04 17:22:00 -04:00
parent 84f69f482f
commit 9a74addc61
1 changed files with 5 additions and 6 deletions

View File

@ -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;