inland-empire-software-development / landing

Landing page for IESD
MIT License
4 stars 2 forks source link

Remove unused CSS classes #12

Closed tonynguyen111997 closed 5 years ago

tonynguyen111997 commented 5 years ago

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.