Hi!
Can I run postcss synchronously?
Something like:
var result = postcss(plugins).processSync(css);
postcss(plugins).process(css).css
Processor#process returns LazyResult object with then method to async and css/map methods to sync access.
Wow! :zap: Thanks
Most helpful comment
Processor#processreturnsLazyResultobject withthenmethod to async andcss/mapmethods to sync access.