garden

danielcompton 2017-11-30T03:31:22.000163Z

Does anyone know how to do multiple properties for the same value in Garden? I searched but couldn't find the right keywords to use maybe

.display-flex {
    display: -webkit-flex;
    display: flex;
}

niamu 2017-11-30T03:47:53.000102Z

Just use multiple maps.

niamu 2017-11-30T03:48:16.000184Z

{:display :-webkit-flex} {:display :flex}

niamu 2017-11-30T03:52:37.000063Z

Also, in your case, using vendor prefixes may also solve the problem: https://github.com/noprompt/garden/blob/master/ChangeLog.md#compiler-flag-changes