-
-
Notifications
You must be signed in to change notification settings - Fork 38.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Challenge doesn't accept CSS shorthand #773
Comments
Good point. I've fixed this. Thanks! |
This was referenced Jul 9, 2020
This was referenced Aug 16, 2020
This was referenced Aug 27, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Re: Waypoint: Add Borders Around your Elements
http://www.freecodecamp.com/challenges/waypoint-add-borders-around-your-elements has an issue.
Adding
border: 10px solid green
satisfies theborder-width
requirement but not theborder-style
. I think the shorthand should either not work at all or work for both.The text was updated successfully, but these errors were encountered: