I got this error message while trying to work on my site but I cannot find the error and adjust it
Need some help
Store url :https://lonesomeapparel.myshopify.com
Password: vedroh
Thanks!
Hi @pascd4324
What code did you recently add inside your main CSS file?
I didn't add any code, I erase that than put it back and than i got the error message:
hr {
border-width: $borderWidthHeader 0 0 0;
width: 50px;
}
.hr--small {
@extend hr;
margin: 20px auto;
}
.hr--medium {
@extend hr;
margin: 35px auto;
@include at-query($min, $large) {
margin: 45px auto;
}
}
.hr--large {
@extend hr;
margin: ($gutter * 2) auto;
}
.hr--left {
margin-left: 0;
margin-right: 0;
}
User | Count |
---|---|
16 | |
16 | |
13 | |
12 | |
11 |