HackYourFuture-CPH / fp-class18

Interior design webshop
MIT License
1 stars 0 forks source link

CSS: Naming Convention According to readme file..(all should be same type) #262

Open simonreddy2001 opened 2 years ago

simonreddy2001 commented 2 years ago

User story

Who: As a user What: I want to be able to fix naming conventions of all CSS files ... Why: so that I can follow the readme file acceptance criteria for the projrct.

Acceptance criteria

Go to code .. and see classNames of all components and containers (should be one type .. most are in camelCase ..so preferably camelCase) check all components and containers are working as they should even after change without changes https://github.com/HackYourFuture-CPH/curriculum/blob/main/review/review-checklist.md#naming-conventions

Implementation details.

Change naming conventions which are not in camelCase Check every component used in containers .. so no changes comes to pages ..