Taylor Clauson
Taylor Clauson
The default styles are set in one of the js files for the package. For example, in your local directory, check out .meteor > local > build > programs >...
I think it's actually an issue with the stylus package. First try `meteor remove ian:accounts-ui-bootstrap-3`, then `meteor add stylus`, then `meteor add ian:accounts-ui-bootstrap-3` ... worked for me.
I agree that it is a bug of sorts. This package relies on `stylus` as a direct dependency, so it can't work without it, but... I'm sure it's an older...