lancetharper
lancetharper
@jeremyzahner I looked at the SASS examples and they are using `renderSync`. It looks like postcss needs to be async to support async plugins though. Is this even possible without...
I'm not sure which ones are, I just get a warning saying async plugins won't work if postcss isn't run async. I don't know if there is a sync method...
Seems to be mostly working. It would be nice if it worked like the `domProps` and `attrs` in the [render function data object](https://vuejs.org/v2/guide/render-function.html#The-Data-Object-In-Depth). But I don't know how hard/possible that...
@ztamizzen No response yet. I assume they've been busy with the recent Vue Conference. The change itself would be pretty small/simple so once we get some guidance here the fix...