JeremyKlassen / PortfolioWebsite

A portfolio website for Jeremy Klassen. This will initially be an MVP. It will then use CI/CD to gradually update and add features.
1 stars 0 forks source link

css modules not working as intended #3

Closed JeremyKlassen closed 1 year ago

JeremyKlassen commented 1 year ago

different styles are not affecting the correct components. This issue should be looked into after putting together the initial structure of all the pages.

Possibly remove most styling from most/all components and then add in bit by bit from the root on through the website. This should ensure things are working as intended and will be easier to isolate issues.

JeremyKlassen commented 1 year ago

Figured out the issues. Modules are kind of strange. Sometimes you need to add a style directly to a class in order to get the module to load at all.