Block some or all of the CSS from the accounts-ui package?

Im using the accounts-ui package in my Meteor + React app. Is there a way of blocking some or all of the CSS thats loaded by the AccountsUIWrapper component?

I know there are unstyled accounts packages but none of them work well for me. From looking at the github issues list I don’t think they are being very well maintained. At some point I’ll probably have to roll my own but as Im just prototyping Id rather stick with the accounts-ui package for now as I know it works, but I need to overide a lot of the CSS its providing.

You can use the accounts-ui-unstyled instead of the accounts-ui package.

1 Like