Fork me on GitHub
#garden
<
2017-11-30
>
danielcompton03:11:22

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;
}

niamu03:11:53

Just use multiple maps.

niamu03:11:16

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

niamu03:11:37

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