Closed digracesion closed 1 year ago
I'm going to help you figure this out, as it has taken me weeks to get it right. The problem you mark about adding a key is the least of it. The real problem is right at the end of the theme.scss
file, make this simple change:
.hover-opacity:hover {
transition: all .3s;
opacity: .8;
}
At first glance you can't see what has changed, as it's something really subtle, but just add a space between all and .3s, and everything will work again.
Sorry took me a while to work on this project again, but it's working now after the fix you recommended. Thanks a bunch!
I encountered a
Conversion error: Jekyll::Converters::Scss encountered an error while converting 'assets/css/theme.scss': expected "{".
error message after forking the repository and making some changes.To fix this, I removed the two lines of "----" in the
assets/css/theme.scss
file. The error message disappeared, but then the is not being rendered properly.My repository can be found here: https://github.com/digracesion/amazon-storefront The site can be found here: https://digracesion.github.io/amazon-storefront/
Here's a full log of what I got after running
bundle exec jekyll serve --trace --verbose
before encountering the issue: