code
code copied to clipboard
fix(theseus): dont call MacCssFix constantly
This PR reworks MacCssFix to be a composable instead of a mixin since
- mixins shouldn't be used any more.
- the function was called constantly, I don't know how mixins work but I would guess it was called for every component being created.
note: please verify that it still works as expected (don't know why it should not) but I don't have a mac so yea...
reopen of #1205