From 0d894e32084f417ff8d9018b55e9d91ef23e3cc6 Mon Sep 17 00:00:00 2001 From: Linda Date: Fri, 21 Sep 2018 09:57:49 -0400 Subject: [PATCH] convention of writing hsl is with percentages --- src/views/preview/comment/comment.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/preview/comment/comment.scss b/src/views/preview/comment/comment.scss index 285d673e7..c1513110a 100644 --- a/src/views/preview/comment/comment.scss +++ b/src/views/preview/comment/comment.scss @@ -1,6 +1,6 @@ @import "../../../colors"; -$cross-browser-transparent: hsla(0, 0, 100, 0); +$cross-browser-transparent: hsla(0, 0, 100%, 0); .compose-comment { width: 100%;