You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.
1.) Is sync way available? I see in source code in index.cjs.js that it should return sync function when there is no import and export in options const canReturnSyncFunction = importFrom.length === 0 && exportTo.length === 0; but it seem to do nothing, always Promise/LazyResult is returned.
1.) Is sync way available? I see in source code in index.cjs.js that it should return sync function when there is no import and export in options
const canReturnSyncFunction = importFrom.length === 0 && exportTo.length === 0;
but it seem to do nothing, always Promise/LazyResult is returned.2.) Also it would be nice to add example here https://github.com/postcss/postcss-custom-properties/blob/master/INSTALL.md#node how to process CSS text and get it returned (not exported to file) because it took some time for me to understand how it works. There should be example(s):
The text was updated successfully, but these errors were encountered: