Nesting Properties (Compiles to Invalid CSS)

Step 5 produces invalid CSS code.
‘font-decoration: none;’ is NOT valid CSS, it should be ‘text-decoration: none;’

.parent {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  **font-decoration: none;**
}

Be sure to include a link to the exact exercise when reporting an issue or instruction error. Have you reported this through the Bug Report tool on that page, as well?

Yes, reported it on the page of the exercise.
Here is the link:
https://www.codecademy.com/courses/learn-sass/lessons/hello-sass/exercises/nesting-properties?action=resume_content_item

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.