Closed calebdwilliams closed 3 years ago
See also #240
@jonathantneal Is there anything else this needs before being merged? My organization's ability to use PostCSS for our purposes kind of hinges on this functionality.
Fantastic work, @calebdwilliams. Thank you!
This pull request provides a fix for #208 Custom Property as Fallback for Custom Property .
Existing behavior
Currently the library only parses one level of the custom property tree to set a fallback value, so the
will yield
New behavior
The above example will now yield
This should work regardless of how many fallbacks are used.