[WIP] bump girouette
This PR updates griouette to v0.0.10 while still mainting backward compat
i.e. ornament will still be using Tailwind v2 bindings in girouette instead of using the updated Tailwind v3 functions.
In v0.0.8 girouette made some breaking changes. Look #18 for more info
Seems we don't need much to be able to let the user opt-in to v3
- they can already set the different tokens (fonts, colors, components)
- the preflight can be handled outside of ornament, it's just a convenience that we include it
- the classname function would have to become configurable, that's not the case yet
Can we make that classname function configurable? And then document in the readme what it would look like if someone wants to opt-in to v3?
There is a bug (from formatting?):
(:require) terminates early
https://github.com/lambdaisland/ornament/blob/a0f96cdb6f74d2bf9a26117582bcf41e28ba9167/src/lambdaisland/ornament.cljc#L4
Thanks @GetBitOutdoors, that should be fixed now.

One failing test.
Any chance of getting this into a release? Being able to use the current version of girouette would be nice.
Released in
[com.lambdaisland/ornament "0.7.77"]
{com.lambdaisland/ornament {:mvn/version "0.7.77"}}