There must be something I am missing, or else this specific gleam file is haunted.
If I create the css using the function add_colour (I've boiled the functions down to the minimum possible functionality for ease)
the css doesn't apply and the background stays the default colour, if I hand write the same string though the css is applied and the background colour changes.
I've double checked that the issue isn't some weird characters that look the same but aren't, (I assume converting to a bit array and checking all the bits are the same should do it?)
But
if I leave the hand written string commented out the background changes colour.
However
if I then delete the comment the background colour stops applying again.
Do I need an exorcist or am I just missing something really obvious here?