Closed
Description
Complete the following REQUIRED checkboxes:
- I have thoroughly read and understand The Odin Project Contributing Guide
- The title of this issue follows the
location for request: brief description of request
format, e.g.Foundations exercises: Add exercise for XYZ
The following checkbox is OPTIONAL:
- I would like to be assigned this issue to work on it
1. Description of the Feature Request:
Currently both the style.css
and the pre-solution portion of the solution.css
files for this exercise include empty declaration blocks, e.g:
.logo {
}
These empty declaration blocks are not used in other exercises in this repo and should be removed for consistency, and to avoid leading users towards a specific way of doing things (since this repo emphasizes that there are multiple ways of doing things).
2. Acceptance Criteria:
- Remove empty declaration blocks in the
style.css
andsolution.css
files
3. Additional Information: