postcss / postcss-custom-properties

Use Custom Properties in CSS
https://postcss.github.io/postcss-custom-properties
MIT License
596 stars 77 forks source link

Not generate multiple values if in strict mode #27

Closed hgl closed 9 years ago

hgl commented 9 years ago

This does make the code harder to understand.

MoOx commented 9 years ago

Please rebase, I just pushed some changes :/

hgl commented 9 years ago

Actually this implementation can fail in edge case. Short-circuiting in resolveValue can make it very complex. Not worthwhile. Closing.