Fork me on GitHub
#css
<
2017-06-04
>
hkjels06:06:59

I’ve replaced leinwith 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

hkjels06:06:25

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