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
Hello,
Thanks for this amazing feature.
I was in the middle of an app development when I realized there is a new version of rekit which has some important improvements, like using hooks and functional components.
However, after porting some components the CSS rules are being applied differently (but I'm using the savme MUI version...)
Here is the old version:
This is using v3:
One key part seems to be the injection order of the CSS rules. On the new version they are injected first, while on the old version they are injected last.
Any reason for this change? What can I do to fix it?
The text was updated successfully, but these errors were encountered:
Yes, I thought that too. It can be the usage of webpack4 maybe... It is hard to determine, but is a real problem because you have to start using stuff like !important to beat the other rules.
Hello,
Thanks for this amazing feature.
I was in the middle of an app development when I realized there is a new version of rekit which has some important improvements, like using hooks and functional components.
However, after porting some components the CSS rules are being applied differently (but I'm using the savme MUI version...)
Here is the old version:
This is using v3:
One key part seems to be the injection order of the CSS rules. On the new version they are injected first, while on the old version they are injected last.
Any reason for this change? What can I do to fix it?
The text was updated successfully, but these errors were encountered: