Open
Description
When attempting to migrate from nib 0.9.2 to 1.0.0 I noticed that nib stopped generating legacy webkit syntax for gradients (like -webkit-gradient(linear, ...)
).
This has broken the compatibility with old Androids (up to v2.3 and 3.x) which still have a considerable market share.
Would it be possible to return the old syntax? What complexities are related to that?