You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Completely remove Material UI and move to react-jss. I was earlier going to use it for the predefined components, but naah, I am taking it as a challenge to code everything from scratch. Even now I just use the withStyles HOC which uses jss package under the hood.
box-sizing: border-box inside Trenity to finally fix the height problems I was having in laying out content.
The text was updated successfully, but these errors were encountered:
Completely remove Material UI and move to
react-jss
. I was earlier going to use it for the predefined components, but naah, I am taking it as a challenge to code everything from scratch. Even now I just use the withStyles HOC which uses jss package under the hood.box-sizing: border-box
inside Trenity to finally fix the height problems I was having in laying out content.The text was updated successfully, but these errors were encountered: