Feridun12 / Fahri-website-new

0 stars 0 forks source link

Refactor styled components media query stylings #11

Open Feridun12 opened 3 months ago

Feridun12 commented 3 months ago

Currently, the media query stylings of the styled components are individual for every styled component. I want to achieve the CSS media query system for the styled components media queries.

Feridun12 commented 3 months ago

I have managed to group one media query under the parent component which can be seen from this commit - The commit link.

However, after doing so, I have doubts about grouping the media queries. For scalability, I feel like every component having their own media query could be better. Grouping them could create a bit of cluster and chaos.