I had a snippet in my code:
style="background-color: {{ collection.metafields.custom_fields.color | color_darken: 4 }};"
that had been working perfectly up until yesterday evening. Now, I only see a color if I remove “color_darken: 4”. I’ve tested and color_darken still works, but only so long as I only use it with a hex string, and not a variable that evaluates to a hex string.
Has anyone else noticed this change in functionality? Or is it a bug that I might be able to fix?