Reviewers should focus on:
Do we like this solution for the frontends? It seems to work. I don't love changing the $document->css to $head but the other solutions would probably involve changing the order of that HTML and that'd be yet another override.
Screenshot
Confirmed
[x] Frontend changes: tested on a local Flarum installation.
[x] Backend changes: tests are green (run composer test).
Fixes #56 Fixes #47
Changes proposed in this pull request:
Reviewers should focus on: Do we like this solution for the frontends? It seems to work. I don't love changing the
$document->css
to$head
but the other solutions would probably involve changing the order of that HTML and that'd be yet another override.Screenshot
Confirmed
composer test
).