Hi I'm pretty sure this is not normal behavior?
<Container className={classes.mycontainer} />
.mycontainer {
margin: 0;
}
For example this doesn't work without !important as the computed class is below in the tree than the Mantines own.
V7, I'm importin tha core css in the root file only.
How i can apply css modules last so they overwrite the native styles?