maximkoretskiy / postcss-initial

PostCSS plugin to fallback initial keyword
MIT License
187 stars 11 forks source link

Two valued syntax doesn't seem to be supported. #16

Closed johnbender closed 8 years ago

johnbender commented 8 years ago

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:

screenshot 2016-04-06 22 14 47

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!

maximkoretskiy commented 8 years ago

Hi, and thank You for this issue. You are right.

johnbender commented 8 years ago

@maximkoretskiy

Thanks for the speedy reply! I'll see if I can get some time to hack around and submit a PR.

maximkoretskiy commented 8 years ago

:+1:

maximkoretskiy commented 8 years ago

Just released. Thank You