css

For all your CSS related content...
2017-06-04T06:01:59.412507Z

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

2017-06-04T06:19:25.447924Z

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

2017-06-04T06:19:29.448057Z

weird