Certain CSS classes existed, but were not being
used. Removed any CSS classes that did not show up
in index.html. Changed nav links to use class
"text-white" rather than "nav-links" because both
classes did the same things.
This step is necessary to integrate SASS into site
workflow. This will also decrease file size.
This PR references issue #8
Certain CSS classes existed, but were not being used. Removed any CSS classes that did not show up in index.html. Changed nav links to use class "text-white" rather than "nav-links" because both classes did the same things.
This step is necessary to integrate SASS into site workflow. This will also decrease file size.