Delete code that was commented out before i accidentally uncommented it

so, // at the start and // at the end, even on lines by themselves, are not empty
comments in Sass but apparently a multiline commenting out everything in between them.
This commit is contained in:
benjamin melançon 2018-12-14 21:26:36 -05:00
parent 38018874ce
commit 8a43d60d44

View file

@ -17,18 +17,6 @@
background-position: center;
background-size: cover;
background-repeat: no-repeat;
&::before {
position: absolute;
display: block;
top: 0;
right: 0;
left: 0;
height: 11em;
content: "";
background: -webkit-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%);
}
a .icon {
color: $dandelion;
}