dorm-social-room-manager / dsrm-frontend

front-end part of the dorm social rooms manager project
0 stars 0 forks source link

remove scss and use only sx #41

Closed kaczor6418 closed 1 year ago

kaczor6418 commented 1 year ago

As React Material UI provides styling based on JavaScript code (css in js), we should follow this approach and do not mix it with our custom scss. We should create a .styled.ts files where we will keep all the styles for a given component. You can see an example below given url:

https://github.com/GDSC-Lodz-University-of-Technology/warzywniax/tree/master/src/components/Button