I’ve replaced lein
with boot
in one of my projects and somewhere down that lane, compilation of colors with an alpha-channel broke. All the colors that I define as rgba
are converted to hsla
but without percentage-symbols where required. Any ideas
If I replace the color with one without an alpha-channel it works. It would seem that this map
is never executed I guess https://github.com/noprompt/garden/blob/98647de84d97544881f8ed15f1fe77cd8a8f56f9/src/garden/compiler.cljc#L542
weird