I have a error message : Invalid CSS after " }": expected selector or at-rule, was "}" at 3087
However line 3087 doesn't have }.
Here's the code from 3085 -3106.
.site-header__link {
display: inline-block;
color: $color-header-links;
padding: $gutter-site / 2;
line-height: 1;
.icon {
width: 22px;
height: 22px;
fill: currentColor;
}
.icon-cart {
position: relative;
top: -1px;
}
&:hover,
&:focus {
color: $color-accent;
}
}
Can anyone shed any light on whats causing this?
Thanks
User | Count |
---|---|
25 | |
23 | |
22 | |
19 | |
13 |