From 32fb3146f72c87b0f320bb57fd126c77d22793b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 14 Dec 2018 14:45:12 -0500 Subject: [PATCH] Clean up empty code comments --- agaric/sass/agaric/_component.hero.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/agaric/sass/agaric/_component.hero.scss b/agaric/sass/agaric/_component.hero.scss index f85f6ea..73e53a3 100644 --- a/agaric/sass/agaric/_component.hero.scss +++ b/agaric/sass/agaric/_component.hero.scss @@ -17,7 +17,6 @@ background-position: center; background-size: cover; background-repeat: no-repeat; - // &::before { position: absolute; display: block; @@ -30,7 +29,6 @@ background: -moz-linear-gradient(top, rgba(13,30,52,1) 25%, rgba(13,30,52,0) 100%); background: linear-gradient(to bottom, rgba(13,30,52,1) 25%,rgba(13,30,52,0) 100%); } - // a .icon { color: $dandelion; }