I've looked around in the code a bit here and in the postcss-cssnext docs and it appears as though two (or more) valued syntax with initial values is not supported, e.g. background-repeat: initial initial (mdn docs)
At a minimum it doesn't seem to be working in the cssnext playground:
I don't mind looking at the code a bit more closely and submitting a PR but I figured I should make sure I'm not missing something obvious first.
I've looked around in the code a bit here and in the postcss-cssnext docs and it appears as though two (or more) valued syntax with
initial
values is not supported, e.g.background-repeat: initial initial
(mdn docs)At a minimum it doesn't seem to be working in the cssnext playground:
I don't mind looking at the code a bit more closely and submitting a PR but I figured I should make sure I'm not missing something obvious first.
Thanks!