Clean up empty code comments

This commit is contained in:
benjamin melançon 2018-12-14 14:45:12 -05:00
parent 34ae201572
commit 32fb3146f7

View file

@ -17,7 +17,6 @@
background-position: center; background-position: center;
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
//
&::before { &::before {
position: absolute; position: absolute;
display: block; display: block;
@ -30,7 +29,6 @@
background: -moz-linear-gradient(top, rgba(13,30,52,1) 25%, rgba(13,30,52,0) 100%); 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%); background: linear-gradient(to bottom, rgba(13,30,52,1) 25%,rgba(13,30,52,0) 100%);
} }
//
a .icon { a .icon {
color: $dandelion; color: $dandelion;
} }