project-start-an / project-start-web

wedecodeit e-commerse website
https://www.project-start.online/
2 stars 0 forks source link

Switch to styled-components from MUI #64

Closed toni123321 closed 9 months ago

toni123321 commented 10 months ago

Is your feature request related to a problem? Please describe. MUI styled works fine in terms of CSS power but now using it we face very annoying issue - classes made by mui styled are totally randomed and this way it is confusing and hard to find certain elements from browser elements so that you can modify it easily through code.

Describe the solution you'd like Switching to styled component should fix this because of this feature of babel-plugin.

Describe alternatives you've considered Alternatives of course could be Tailwind CSS, CSS modules, etc.