The only problem I’m seeing are the two lines which use:
@include center;
@include is used for mixins, but center in this case is actually a placeholder (look in the _placeholders.scss and _mixins.scss files to double check). The correct syntax for placeholders is:
I have the same issue and @include center is part of the code that we are originally given to work with. I am unable to resolve it by commenting out the @include center.
There is a bug in the code that the problem generates where it is checking for the next step in this one. The code below was generated for a bug in the next question posted in this forum by another user and copy and pasting it solves the problem.
Based off the admin reply below and what I can view here the difference is something that is not being asked for in the problem and could cause alot of problems for new users. And should be fixed soon. In the meantime try pasting this.
I am running into the same problem. Even if I paste the above code it still fails. I am unable to reset the code as code academy complains about an unknown problem.
I am using chrome, and a common first step for me when stuff doesn’t work is to hop over to firefox and try resubmission. I’m glad it worked out with chrome. I’d recommend always using it as a solid backup.