linkedin / css-blocks

High performance, maintainable stylesheets.
http://css-blocks.com/
BSD 2-Clause "Simplified" License
6.33k stars 152 forks source link

Fall back to synchronous preprocessors #506

Open chriseppstein opened 3 years ago

chriseppstein commented 3 years ago

If a syntax is missing in preprocessors but is present in preprocessorsSync, we should fall back to using the synchronous implementation instead of erroring out.